diff lib-src/i.c @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children
line wrap: on
line diff
--- a/lib-src/i.c	Mon Aug 13 11:17:10 2007 +0200
+++ b/lib-src/i.c	Mon Aug 13 11:18:11 2007 +0200
@@ -90,7 +90,7 @@
 static LPTSTR
 get_command (void)
 {
-  LPTSTR q, ws, cl = GetCommandLine ();
+  LPTSTR cl = GetCommandLine ();
   int ix;
 
   while (1)