aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b4ef8288fb..395f77a199 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -725,7 +725,7 @@ REQUIRED_TOOLS=\
wget
verify_tools:
- # As win-setup.sh assumes the dir exists create it if it doesn't
+# As win-setup.sh assumes the dir exists create it if it doesn't
@if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
@$(SH) $(WIN_SETUP) --appverify $(REQUIRED_TOOLS)