X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fformats.c;h=2244ef7715018a5ff1ef9a55618f3cc4d42a1eab;hb=aea57010adca9f26dd3abef66a3f7a5c169964ec;hp=718344acc63ed1037787c1ab6823507b7e2ae8dd;hpb=cac0d191514553fede1858bf3dceee9073e60c1a;p=pspp diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index 718344acc6..2244ef7715 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -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;