aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-06-05 22:10:49 +0000
committerGerald Combs <gerald@wireshark.org>2003-06-05 22:10:49 +0000
commit96de41b6b245706419ea37ee6f6e0d84b43eaa56 (patch)
tree3c07ceaf02ae5c053cbe474d9ce41d00ec38c524 /packaging
parent37521e54a57ed0f4f41fe505a3e8d2feab4e9fcf (diff)
From Lars Roland: Replace bcmp() with memcmp(), add a missing quote to the
NSIS definition file. svn path=/trunk/; revision=7793
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 67c52b37bd..63c017d5aa 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.14 2003/06/03 02:32:55 gerald Exp $
+; $Id: ethereal.nsi,v 1.15 2003/06/05 22:10:49 gerald Exp $
; ============================================================================
; Header configuration
@@ -76,7 +76,7 @@ File "${COMMON_FILES_GNU}\glib-1.3.dll"
File "${COMMON_FILES_GNU}\gmodule-1.3.dll"
File "${COMMON_FILES_GNU}\gnu-intl.dll"
File "${COMMON_FILES_GNU}\zlib.dll"
-File "${COMMON_FILES_GNU}\adns_dll.dll
+File "${COMMON_FILES_GNU}\adns_dll.dll"
File "..\..\FAQ"
File "..\..\README"
File "..\..\README.win32"