Initialize the tk_init_failed static variable to 0.

This commit is contained in:
Alexandre Vassalotti 2009-04-05 01:30:02 +00:00
parent b1386df9a3
commit 2145595f74
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ static PyObject *valInCmd;
static PyObject *trbInCmd;
#ifdef TKINTER_PROTECT_LOADTK
static int tk_load_failed;
static int tk_load_failed = 0;
#endif