summaryrefslogtreecommitdiffstats
path: root/win/nmakehlp.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-06-25 17:45:23 (GMT)
committersebres <sebres@users.sourceforge.net>2019-06-25 17:45:23 (GMT)
commit334b8029eddb4e6df592c5f540ade0fd957a72c1 (patch)
treed9349cc5c8fccc2f12d5f03873d7171a321fe7d0 /win/nmakehlp.c
parentbe26adf83b00a077251c7242792c50c23fa0baa7 (diff)
downloadtcl-334b8029eddb4e6df592c5f540ade0fd957a72c1.zip
tcl-334b8029eddb4e6df592c5f540ade0fd957a72c1.tar.gz
tcl-334b8029eddb4e6df592c5f540ade0fd957a72c1.tar.bz2
nmakehlp: fixed const qualifier
Diffstat (limited to 'win/nmakehlp.c')
-rw-r--r--win/nmakehlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c
index 0439d1c..6532f8a 100644
--- a/win/nmakehlp.c
+++ b/win/nmakehlp.c
@@ -74,7 +74,7 @@ main(
char msg[300];
DWORD dwWritten;
int chars;
- char *s;
+ const char *s;
/*
* Make sure children (cl.exe and link.exe) are kept quiet.