X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdictionary%2Fformats.c;h=c325b4082e40a897980d123217e0fcf4323aa3a9;hb=30728b09540b323fef43b23dd5f1e4d1e8298c92;hp=79a6711ea3a3534eb2157a453678825eca9875a7;hpb=3fc7b08b53d3a07385327d6f2aff11a2f9abce08;p=pspp-builds.git diff --git a/src/language/dictionary/formats.c b/src/language/dictionary/formats.c index 79a6711e..c325b408 100644 --- a/src/language/dictionary/formats.c +++ b/src/language/dictionary/formats.c @@ -79,7 +79,7 @@ internal_cmd_formats (int which) break; if (!parse_variables (default_dict, &v, &cv, PV_NUMERIC)) - return CMD_PART_SUCCESS_MAYBE; + return CMD_FAILURE; type = v[0]->type; if (!lex_match ('(')) @@ -112,5 +112,5 @@ internal_cmd_formats (int which) fail: free (v); - return CMD_PART_SUCCESS_MAYBE; + return CMD_FAILURE; }