Warnings: fix missing function prototypes
[pspp] / src / ui / gui / psppire-syntax-window.c
index f76b86dbfe264a45ad99d8a025964769ba15479e..61587c7d0067b44f1854be51f103516190ab633b 100644 (file)
@@ -1054,7 +1054,7 @@ error_dialog (GtkWindow *w, const gchar *filename,  GError *err)
 /*
   Loads the buffer from the file called FILENAME
 */
-gboolean
+static gboolean
 syntax_load (PsppireWindow *window, const gchar *filename,
              const gchar *encoding, gpointer not_used)
 {