projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4b99d
)
Fix compiler warning
author
John Darrington
<john@darrington.wattle.id.au>
Sun, 14 Aug 2016 05:47:48 +0000
(07:47 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Sun, 14 Aug 2016 05:47:48 +0000
(07:47 +0200)
src/ui/gui/psppire.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire.c
b/src/ui/gui/psppire.c
index 69ad624c82529ff63e6a5a1e6e75cefba3d5d65a..20f5130e81895d00bff35c5208ef781a8ea1d697 100644
(file)
--- 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)