Improve the way we handle the various parsing "states". Until now
[pspp-builds.git] / src / language / utilities / set.q
index 66ababdd790eeb91f06c92d35fe285327e32ab68..1e093419f99a7a7a0932c4cf7a2344a60fad5c40 100644 (file)
@@ -700,14 +700,14 @@ cmd_show (void)
                 goto found;
               }
           lex_error (NULL);
-          return CMD_PART_SUCCESS_MAYBE;
+          return CMD_FAILURE;
 
         found: ;
         }
       else 
         {
           lex_error (NULL);
-          return CMD_PART_SUCCESS_MAYBE;
+          return CMD_FAILURE;
         }
 
       lex_match ('/');