aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-07-20 21:29:45 +0000
committerGerald Combs <gerald@wireshark.org>2006-07-20 21:29:45 +0000
commit20093fdaa453322bc97f77c7e5c8534a52f99d97 (patch)
tree7479d458230c5c81ced92d904b1b997a289c6a8c /epan/Makefile.nmake
parentcb1089a5b143f006807f3316593dd5009aaf74b7 (diff)
snprintf -> g_snprintf. Fix up whitespace.
svn path=/trunk/; revision=18776
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 051e6a3309..2798ce5e0b 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -36,7 +36,6 @@ libwireshark_LIBS = \
LIBWIRESHARK_OBJECTS = $(LIBWIRESHARK_SRC:.c=.obj)
EXTRA_OBJECTS = \
-# snprintf.obj \
# strerror.obj \
inet_aton.obj \
inet_pton.obj \