aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/wince.mk
diff options
context:
space:
mode:
authorAndre Heider2009-09-28 09:05:29 +0000
committerAndre Heider2009-09-28 09:05:29 +0000
commit9c4f4e677534a75652b85454997f9d9ec05aee14 (patch)
treea35021e780d07f7f2d79cc9dff6f2cb1d336f4e4 /backends/platform/wince/wince.mk
parent0dcc75671e5fb0c60b00b9905451dcfddced89aa (diff)
downloadscummvm-rg350-9c4f4e677534a75652b85454997f9d9ec05aee14.tar.gz
scummvm-rg350-9c4f4e677534a75652b85454997f9d9ec05aee14.tar.bz2
scummvm-rg350-9c4f4e677534a75652b85454997f9d9ec05aee14.zip
Fixed whitespace fail
svn-id: r44442
Diffstat (limited to 'backends/platform/wince/wince.mk')
-rw-r--r--backends/platform/wince/wince.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/platform/wince/wince.mk b/backends/platform/wince/wince.mk
index d9aa2852cc..39be1e84e5 100644
--- a/backends/platform/wince/wince.mk
+++ b/backends/platform/wince/wince.mk
@@ -1,3 +1,4 @@
backends/platform/wince/PocketSCUMM.o: $(srcdir)/backends/platform/wince/PocketSCUMM.rc
- $(QUIET)$(MKDIR) $(*D)
- $(WINDRES) $(WINDRESFLAGS) -I$(srcdir)/backends/platform/wince $< $@
+ $(QUIET)$(MKDIR) $(*D)
+ $(WINDRES) $(WINDRESFLAGS) -I$(srcdir)/backends/platform/wince $< $@
+