aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-02-25 17:17:41 +0000
committerGerald Combs <gerald@wireshark.org>2011-02-25 17:17:41 +0000
commit16bacf2afc853fc4095266b6d86be22f93766ed0 (patch)
tree7eae123ca52552ff698fc1b954bcb5ec5407c7f9 /Makefile.nmake
parent06aaf02fbab6c23a00c37206454dd83ec435236e (diff)
Comments have to be at the beginning of the line.
svn path=/trunk/; revision=36072
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)