Improve the way we handle the various parsing "states". Until now
[pspp-builds.git] / src / language / dictionary / vector.c
index 20cb5f849992c5f4bad7c1cc905dfd6c79431f7c..7553ba2c86f193f99d9b5961e0303c3c703b19c0 100644 (file)
@@ -201,5 +201,5 @@ cmd_vector (void)
 
 fail:
   free (vecnames);
-  return CMD_PART_SUCCESS_MAYBE;
+  return CMD_FAILURE;
 }