gui: Add <gtk/gtk.h> wrapper with functions from GTK+ 2.18 and 2.20.
[pspp] / src / language / dictionary / formats.c
index 718344acc63ed1037787c1ab6823507b7e2ae8dd..2244ef7715018a5ff1ef9a55618f3cc4d42a1eab 100644 (file)
@@ -73,6 +73,8 @@ internal_cmd_formats (struct lexer *lexer, struct dataset *ds, int which)
       int width;
       size_t i;
 
+      lex_match (lexer, T_SLASH);
+
       if (lex_token (lexer) == T_ENDCMD)
        break;