aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
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 /wsutil
parent03febfc8193290c6b3e4fd21663243288ab7fd40 (diff)
makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.
svn path=/trunk/; revision=50140
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 503c7713bb..63f999955f 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -16,7 +16,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
/I$(PCAP_DIR)\include -DWS_BUILD_DLL
.c.obj::
- $(CC) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CFLAGS) -Fd.\ -c $<
# For use when making libwsutil.dll
libwsutil_LIBS = $(GLIB_LIBS)