X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcommand.c;h=2fa05ad742d21ed6752a991ff6120893dfb2acea;hb=a049ee0f979beac54c06e05c568539eebdb77a5f;hp=1ce51d63e7ddceadf045c339ced11f18401be1e1;hpb=0536ee7f632fbc31e54d4f6782940b107bcc7efe;p=pspp diff --git a/src/language/command.c b/src/language/command.c index 1ce51d63e7..2fa05ad742 100644 --- a/src/language/command.c +++ b/src/language/command.c @@ -38,7 +38,6 @@ #include "libpspp/str.h" #include "output/group-item.h" -#include "xalloc.h" #include "xmalloca.h" #include "gettext.h" @@ -443,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");