0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Small fix for compiler warning in Netbeans.

This commit is contained in:
Bram Moolenaar 2010-05-15 14:49:02 +02:00
parent fff2beeeaa
commit 0b65f8938b

View File

@ -731,7 +731,7 @@ messageFromNetbeans(gpointer clientData UNUSED,
#endif #endif
{ {
static char_u *buf = NULL; static char_u *buf = NULL;
int len; int len = 0;
int readlen = 0; int readlen = 0;
#ifndef FEAT_GUI_GTK #ifndef FEAT_GUI_GTK
static int level = 0; static int level = 0;