diff options
author | Dario Lombardo <lomato@gmail.com> | 2015-11-19 18:11:24 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2015-11-19 17:17:43 +0000 |
commit | fdf486e23f83a8d37f741ac68d3eda8a600b08ef (patch) | |
tree | 6967bfca089f7b6a6d0d6720e1a189a716b70495 /packaging/nsis | |
parent | cf562210de8997813abf624de36a5a70d73ac421 (diff) | |
download | wireshark-fdf486e23f83a8d37f741ac68d3eda8a600b08ef.tar.gz wireshark-fdf486e23f83a8d37f741ac68d3eda8a600b08ef.tar.bz2 wireshark-fdf486e23f83a8d37f741ac68d3eda8a600b08ef.zip |
nmake: fix char in comment
Change-Id: I463f1641fd199cc58be0f88668e40064b9fce120
Reviewed-on: https://code.wireshark.org/review/11970
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'packaging/nsis')
-rw-r--r-- | packaging/nsis/Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake index 1b5125b974..57a849d149 100644 --- a/packaging/nsis/Makefile.nmake +++ b/packaging/nsis/Makefile.nmake @@ -36,8 +36,8 @@ DOC=../../doc/ws.css \ $(STAGING_DIR)/README.txt \ $(STAGING_DIR)/README.windows.txt -;WIP: uncomment and add to the above when sshdump on windows will be ready to go -;../../doc/sshdump.html +#WIP: uncomment and add to the above when sshdump on windows will be ready to go +#../../doc/sshdump.html GPL=../../COPYING HELP=$(STAGING_DIR)/help/capture_filters.txt \ |