From: John Darrington Date: Sun, 14 Aug 2016 05:47:48 +0000 (+0200) Subject: Fix compiler warning X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=caea04e274261b575c7a3c5d3742c2a9672a5c54;hp=-c;p=pspp Fix compiler warning --- caea04e274261b575c7a3c5d3742c2a9672a5c54 diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 69ad624c82..20f5130e81 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -208,7 +208,7 @@ psppire_preload_file (const gchar *file) 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)