X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=2fa05ad742d21ed6752a991ff6120893dfb2acea;hb=a049ee0f979beac54c06e05c568539eebdb77a5f;hp=cfe4ecf14bc6ae1c8451fed256bcac33a17dc506;hpb=7d683abd904f855c4dc5614a326dc6b2146853c9;p=pspp diff --git a/src/language/command.c b/src/language/command.c index cfe4ecf14b..2fa05ad742 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -442,7 +442,7 @@ report_state_mismatch (const struct command *command, enum cmd_state state) } else if (state == CMD_STATE_INPUT_PROGRAM) msg (SE, _("%s is not allowed inside %s."), - command->name, "INPUT PROGRAM" ); + command->name, "INPUT PROGRAM"); else if (state == CMD_STATE_FILE_TYPE) msg (SE, _("%s is not allowed inside %s."), command->name, "FILE TYPE");