summaryrefslogtreecommitdiff
path: root/t/win32
diff options
context:
space:
mode:
Diffstat (limited to 't/win32')
-rw-r--r--t/win32/system.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/win32/system.t b/t/win32/system.t
index c08fb13e04..b1906ce73a 100644
--- a/t/win32/system.t
+++ b/t/win32/system.t
@@ -40,7 +40,7 @@ main(int ac, char **av)
{
int i;
#ifdef __BORLANDC__
- char *h,*s = GetCommandLine();
+ char *s = GetCommandLine();
int j=0;
av[0] = s;
if (s[0]=='"') {