Small fix for compiler warning in Netbeans.

--HG--
extra : rebase_source : e8ef654038c4d9d18187be14a2ca49ec746e70f9
This commit is contained in:
Bram Moolenaar
2010-05-15 14:49:02 +02:00
parent 13b802f309
commit e306f514a6
+1 -1
View File
@@ -731,7 +731,7 @@ messageFromNetbeans(gpointer clientData UNUSED,
#endif
{
static char_u *buf = NULL;
int len;
int len = 0;
int readlen = 0;
#ifndef FEAT_GUI_GTK
static int level = 0;