X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Ftrim.c;h=947a7524a84eaa9d00773d9ff8af440b49910351;hb=8c11929786758c4e64fc7825f54fef4b7a39f4e2;hp=63041f25f10465dde398a80b863a9d46bf186340;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;p=pspp diff --git a/src/language/data-io/trim.c b/src/language/data-io/trim.c index 63041f25f1..947a7524a8 100644 --- a/src/language/data-io/trim.c +++ b/src/language/data-io/trim.c @@ -112,7 +112,7 @@ parse_dict_rename (struct lexer *lexer, struct dictionary *dict) goto done; if (!lex_match (lexer, T_EQUALS)) { - msg (SE, _("`=' expected after variable list.")); + lex_error_expecting (lexer, "`='", NULL_SENTINEL); goto done; } if (!parse_DATA_LIST_vars (lexer, dict, &new_names, &nn,