diff src/spell.c @ 977:316dad0565b8 v7.0.103

updated for version 7.0-103
author vimboss
date Thu, 14 Sep 2006 08:48:14 +0000
parents f88008797313
children c94bbf85eb16
line wrap: on
line diff
--- a/src/spell.c
+++ b/src/spell.c
@@ -9251,7 +9251,7 @@ spell_add_word(word, len, bad, idx, undo
 			       'spellfile' */
     int		undo;	    /* TRUE for "zug", "zuG", "zuw" and "zuW" */
 {
-    FILE	*fd;
+    FILE	*fd = NULL;
     buf_T	*buf = NULL;
     int		new_spf = FALSE;
     char_u	*fname;