X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fi.c;h=097b311f88ab4e595c8b060a0c9c1f72379404bb;hb=e41b671ad8ef8f9d0464058e49a3a1ff9a5e4d4d;hp=1bec21f1685f3698c75b40e43cb38b89da4ffa4c;hpb=67be3f62f20e42d9f33f77cd1230e48cdf4f845c;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/i.c b/lib-src/i.c index 1bec21f..097b311 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 q, ws, cl = GetCommandLine (); + LPTSTR cl = GetCommandLine (); int ix; while (1)