X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fattributes.c;h=fc9cc9a5d28b72dd7b86701fb1cf42557b66a9f0;hb=92e42986429596633f71457a585b3266209822dd;hp=c7598d1c45b37899ecba1d7a375e3dbaea3d9987;hpb=681bd9eab15d80bf2e424033a249f54548b342f4;p=pspp diff --git a/src/language/dictionary/attributes.c b/src/language/dictionary/attributes.c index c7598d1c45..fc9cc9a5d2 100644 --- a/src/language/dictionary/attributes.c +++ b/src/language/dictionary/attributes.c @@ -197,7 +197,7 @@ parse_attributes (struct lexer *lexer, const char *dict_encoding, command = DELETE; else if (command == UNKNOWN) { - lex_error (lexer, _("expecting %s or %s"), "ATTRIBUTE=", "DELETE="); + lex_error_expecting (lexer, "ATTRIBUTE=", "DELETE=", NULL_SENTINEL); return CMD_FAILURE; }