Fix compiler warning
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Aug 2016 05:47:48 +0000 (07:47 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Aug 2016 05:47:48 +0000 (07:47 +0200)
src/ui/gui/psppire.c

index 69ad624c82529ff63e6a5a1e6e75cefba3d5d65a..20f5130e81895d00bff35c5208ef781a8ea1d697 100644 (file)
@@ -208,7 +208,7 @@ psppire_preload_file (const gchar *file)
   
   int retval = any_reader_detect (fh, NULL);
 
   
   int retval = any_reader_detect (fh, NULL);
 
-  GtkWindow *w ;
+  GtkWindow *w = NULL;
   /* Check to see if the file is a .sav or a .por file.  If not
      assume that it is a syntax file */
   if (retval == 1)
   /* Check to see if the file is a .sav or a .por file.  If not
      assume that it is a syntax file */
   if (retval == 1)