Fix gcc compiler warnings.

This commit is contained in:
Ken Hughes
2008-09-02 20:53:07 +00:00
parent 0fe906f49e
commit e4dbf0e7d6
2 changed files with 3 additions and 1 deletions

View File

@@ -718,7 +718,7 @@ static PyObject *Text_markSelection( BPy_Text * self, PyObject * args )
static PyObject *Text_suggest( BPy_Text * self, PyObject * args )
{
PyObject *item = NULL, *tup1 = NULL, *tup2 = NULL;
PyObject *list = NULL, *resl = NULL;
PyObject *list = NULL;
int list_len, i;
char *prefix = NULL, *name, type;
SpaceText *st;