This commit was generated by cvs2svn to compensate for changes in r1817,
[chise/xemacs-chise.git.1] / lib-src / i.c
index 097b311..1bec21f 100644 (file)
@@ -90,7 +90,7 @@ start_pump (I_connector* pi)
 static LPTSTR
 get_command (void)
 {
-  LPTSTR cl = GetCommandLine ();
+  LPTSTR q, ws, cl = GetCommandLine ();
   int ix;
 
   while (1)