X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fdescriptives.c;h=160e45610f4057bd28a269d9c1b9a94eda47c073;hb=3d859a4d0fc88efa2f2bd946f621799ef73739bd;hp=c1cbe6f27923c77593ccf14915d2bd20fa8a789f;hpb=6776d19d2b602afa75fd65ba7f08d90a23691645;p=pspp diff --git a/src/language/stats/descriptives.c b/src/language/stats/descriptives.c index c1cbe6f279..160e45610f 100644 --- a/src/language/stats/descriptives.c +++ b/src/language/stats/descriptives.c @@ -474,8 +474,8 @@ match_statistic (struct lexer *lexer) if (lex_match_id (lexer, dsc_info[stat].identifier)) return stat; - lex_get (lexer); lex_error (lexer, _("expecting statistic name: reverting to default")); + lex_get (lexer); } return DSC_NONE;