summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-04-20 21:20:47 +0000
committerGerald Combs <gerald@wireshark.org>2009-04-20 21:20:47 +0000
commitdb297df99adf8bd70941276ccaf459c27c9d7060 (patch)
treeeb3cb720d477081d6ef3d90144e9100b60c2dc43 /packaging
parent81011582bedf86960f38269a4432be674f5a91f4 (diff)
downloadwireshark-db297df99adf8bd70941276ccaf459c27c9d7060.tar.gz
Remove some backslashes that were inadvertently continuing lines.
svn path=/trunk/; revision=28100
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi5
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index f4937338b5..59c7e62bc1 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -189,10 +189,9 @@ DirText "Choose a directory in which to install Wireshark."
; The default installation directory
!if ${WIRESHARK_TARGET_PLATFORM} == "win64"
- InstallDir $PROGRAMFILES64\Wireshark\
+ InstallDir $PROGRAMFILES64\Wireshark
!else
- InstallDir $PROGRAMFILES\Wireshark\
-
+ InstallDir $PROGRAMFILES\Wireshark
!endif
; See if this is an upgrade; if so, use the old InstallDir as default