diff options
Diffstat (limited to 'otherlibs/win32unix/system.c')
-rw-r--r-- | otherlibs/win32unix/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/system.c b/otherlibs/win32unix/system.c index ecbc0e571..de4f14d07 100644 --- a/otherlibs/win32unix/system.c +++ b/otherlibs/win32unix/system.c @@ -18,7 +18,7 @@ #include <process.h> #include <stdio.h> -value win_system(cmd) +value win_system(cmd) /* ML */ value cmd; { int ret; |