mshtml: Add a missing Space

Detlef Riekenberg wine.dev at web.de
Wed Jan 31 15:34:35 CST 2007


Without a Space works for "make" but not for simple scripts


Changelog:
mshtml: Add a missing Space

-- 
 
By by ... Detlef

-------------- next part --------------
>From 3d04b70a52f84f464c1bb355dfdd274c7633208c Mon Sep 17 00:00:00 2001
From: Detlef Riekenberg <wine.dev at web.de>
Date: Wed, 31 Jan 2007 22:16:54 +0100
Subject: [PATCH] mshtml: Add a missing Space
---
 dlls/mshtml/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in
index 919e5d0..6cbeaf7 100644
--- a/dlls/mshtml/Makefile.in
+++ b/dlls/mshtml/Makefile.in
@@ -31,7 +31,7 @@ C_SRCS = \
 	navigate.c \
 	nsembed.c \
 	nsio.c \
-	nsservice.c\
+	nsservice.c \
 	olecmd.c \
 	oleobj.c \
 	olewnd.c \
-- 
1.4.1



More information about the wine-patches mailing list