X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lib-src%2Fi.c;h=1bec21f1685f3698c75b40e43cb38b89da4ffa4c;hp=097b311f88ab4e595c8b060a0c9c1f72379404bb;hb=b0374caf569a1f87940d2e2996d5bba7dea8f48b;hpb=76759ab036458c54499a454399e19602b8ae6ce3 diff --git a/lib-src/i.c b/lib-src/i.c index 097b311..1bec21f 100644 --- a/lib-src/i.c +++ b/lib-src/i.c @@ -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)