aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-25 15:32:49 +0000
commitce088c334d7dd137aee56095ea2ed89aca67f4f0 (patch)
treef53e2094a22f5c797949e387986cf7f69b94467c /epan/ftypes
parent03febfc8193290c6b3e4fd21663243288ab7fd40 (diff)
makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.
svn path=/trunk/; revision=50140
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 5392545bdb..ec28e8ed65 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -14,7 +14,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
/I$(PCAP_DIR)\include -DWS_BUILD_DLL
.c.obj::
- $(CC) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
OBJECTS=$(NONGENERATED_C_FILES:.c=.obj)