aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-02 09:21:31 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-02 09:21:31 +0000
commitd2de258acbdd034540ded9edcfbc95a17d42457b (patch)
treebb93cbde67367e43b2d3fb4706baa7cab5b762c0 /epan/Makefile.nmake
parent13681cf12b054ba9fdd6da138baf00afdc61ed03 (diff)
downloadwireshark-d2de258acbdd034540ded9edcfbc95a17d42457b.tar.gz
wireshark-d2de258acbdd034540ded9edcfbc95a17d42457b.tar.bz2
wireshark-d2de258acbdd034540ded9edcfbc95a17d42457b.zip
Get rid of a tab after a backslash - Microsoft Visual C++ 6.0's "nmake"
doesn't seem to treat backslash-tab as an end-of-line escape, the backslash has to be at the end of the line. svn path=/trunk/; revision=3239
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 82923fdd63..9efe67db58 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -20,7 +20,7 @@ libethereal_LIBS = \
OBJECTS=atalk-utils.obj \
bitswap.obj \
- column-utils.obj \
+ column-utils.obj \
conversation.obj \
epan.obj \
except.obj \