commit | 0b65f8938b98a68176c87f75476290415d05438a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 15 14:49:02 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 14:49:02 2010 +0200 |
tree | 1df7306f3e43fae050bcb21055f070150da9507c | |
parent | fff2beeeaa2c02a18fa4b2a6807717679e1a6dcf [diff] [blame] |
Small fix for compiler warning in Netbeans.
diff --git a/src/netbeans.c b/src/netbeans.c index ed0cd05..94c1aaa 100644 --- a/src/netbeans.c +++ b/src/netbeans.c
@@ -731,7 +731,7 @@ #endif { static char_u *buf = NULL; - int len; + int len = 0; int readlen = 0; #ifndef FEAT_GUI_GTK static int level = 0;