X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2Fselect-if.c;h=4110f9089b2f3d19bc94b73343ec16c5f709ea3b;hb=b8a262a5ea1c5011eeb42d72365620f53ee1a7bc;hp=4240f63b47b94e2f79a972c4954e2275c457ab38;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/language/xforms/select-if.c b/src/language/xforms/select-if.c index 4240f63b47..4110f9089b 100644 --- a/src/language/xforms/select-if.c +++ b/src/language/xforms/select-if.c @@ -18,8 +18,8 @@ #include +#include "data/dataset.h" #include "data/dictionary.h" -#include "data/procedure.h" #include "data/transformations.h" #include "data/variable.h" #include "language/command.h" @@ -125,5 +125,5 @@ cmd_filter (struct lexer *lexer, struct dataset *ds) dict_set_filter (dict, v); } - return lex_end_of_command (lexer); + return CMD_SUCCESS; }