aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-23 22:08:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-23 22:08:39 +0000
commit9a29d41f6b34fac25c2a5fdaaa061d50a597ebae (patch)
tree3a81cd8b2c18b58883b8efbce294b2f9c4699f7c /packaging
parent1b3847969e6ab28158499523230e26e0bc1657dc (diff)
fix a typo, the comment char is ; not !
svn path=/trunk/; revision=19307
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 44bbe6ab4f..5f10ebaf1a 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -913,7 +913,7 @@ Delete "$INSTDIR\*.dll"
Delete "$INSTDIR\*.html"
Delete "$INSTDIR\COPYING"
Delete "$INSTDIR\AUTHORS-SHORT"
-! previous versions installed this file
+; previous versions installed this file
Delete "$INSTDIR\AUTHORS-SHORT-FORMAT"
Delete "$INSTDIR\README*"
Delete "$INSTDIR\FAQ"