summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 10:15:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-25 10:15:07 (GMT)
commit82df9bf8f8a0e4b409068c8a78bebef7cdab6bae (patch)
treeeaa9812408bf06f3f3967ad4a8f2d5a0d5fdfb35 /win
parent1971f6ab14ff7b267507deb6e4090bc41e807c21 (diff)
parent0d23451993cbdb14bcb0cef73c5db4a979a23648 (diff)
downloadtcl-82df9bf8f8a0e4b409068c8a78bebef7cdab6bae.zip
tcl-82df9bf8f8a0e4b409068c8a78bebef7cdab6bae.tar.gz
tcl-82df9bf8f8a0e4b409068c8a78bebef7cdab6bae.tar.bz2
Merge 8.5
Diffstat (limited to 'win')
-rw-r--r--win/nmakehlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c
index fac32ee..7536ede 100644
--- a/win/nmakehlp.c
+++ b/win/nmakehlp.c
@@ -708,7 +708,7 @@ QualifyPath(
{
char szCwd[MAX_PATH + 1];
- GetFullPathName(szPath, sizeof(szCwd)-1, szCwd, NULL);
+ GetFullPathName(szPath, sizeof(szCwd)-1, szCwd, NULL);
printf("%s\n", szCwd);
return 0;
}