psppire-import-assistant.c (psppire_import_assistant_generate_syntax): Append newline...
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Sep 2018 14:13:25 +0000 (16:13 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 29 Sep 2018 14:15:21 +0000 (16:15 +0200)
src/ui/gui/psppire-import-assistant.c

index 3db3d503d6ad93d787742a9d2fbc0e7466871854..c4110ad3d624b6eeaee6f73325c246edc59fa2e4 100644 (file)
@@ -1586,7 +1586,7 @@ sheet_spec_gen_syntax (PsppireImportAssistant *ia, struct string *s)
     }
 
 
-  syntax_gen_pspp (s, ".");
+  syntax_gen_pspp (s, ".\n");
 }