PsppireVarView: Use g_realloc instead of xrealloc
[pspp] / src / language / command.c
index 1ce51d63e7ddceadf045c339ced11f18401be1e1..2fa05ad742d21ed6752a991ff6120893dfb2acea 100644 (file)
@@ -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");