Silent gcc

master
Yevgen Muntyan 2005-11-11 20:16:25 +00:00
parent 23a4bc0996
commit 986c668ee6
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ hook_new (HookType type,
PyObject *callback,
PyObject *data)
{
int data_len, extra, i;
int data_len, extra = 0, i;
Hook *hook = g_new0 (Hook, 1);
hook->type = type;