Remove some backslashes that were inadvertently continuing lines.

svn path=/trunk/; revision=28100
This commit is contained in:
Gerald Combs 2009-04-20 21:20:47 +00:00
parent 81011582be
commit db297df99a
1 changed files with 2 additions and 3 deletions

View File

@ -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