aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 331be6d5997..2ae3c509522 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -630,7 +630,7 @@ sys_subshell (void)
630 630
631 if (pid == 0) 631 if (pid == 0)
632 { 632 {
633 char *sh = 0; 633 const char *sh = 0;
634 634
635#ifdef DOS_NT /* MW, Aug 1993 */ 635#ifdef DOS_NT /* MW, Aug 1993 */
636 getwd (oldwd); 636 getwd (oldwd);