X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fattributes.c;h=2fdc11e2a1ad3744f8551a29c360b8a8cd769a5f;hb=0fc606c52d7cec253af9b7463b15baabfbc9a33a;hp=2f1d6906b9b6b4ee1b76b62857f0968673f8fc99;hpb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;p=pspp diff --git a/src/language/dictionary/attributes.c b/src/language/dictionary/attributes.c index 2f1d6906b9..2fdc11e2a1 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_expecting (lexer, "ATTRIBUTE=", "DELETE=", NULL_SENTINEL); + lex_error_expecting (lexer, "ATTRIBUTE=", "DELETE="); return CMD_FAILURE; }