Module: wine Branch: master Commit: af302090b263ed232a4845ed251300dce2d4b754 URL: http://source.winehq.org/git/wine.git/?a=commit;h=af302090b263ed232a4845ed25...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue Dec 29 18:06:06 2009 +0100
shdocvw: Remove unneeded \ at the end of a line.
---
dlls/shdocvw/webbrowser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shdocvw/webbrowser.c b/dlls/shdocvw/webbrowser.c index 6c3c671..b0633b0 100644 --- a/dlls/shdocvw/webbrowser.c +++ b/dlls/shdocvw/webbrowser.c @@ -530,7 +530,7 @@ static HRESULT WINAPI WebBrowser_GetProperty(IWebBrowser2 *iface, BSTR szPropert
static HRESULT WINAPI WebBrowser_get_Name(IWebBrowser2 *iface, BSTR *Name) { - static const WCHAR sName[] = {'M','i','c','r','o','s','o','f','t',' ','W','e','b',\ + static const WCHAR sName[] = {'M','i','c','r','o','s','o','f','t',' ','W','e','b', ' ','B','r','o','w','s','e','r',' ','C','o','n','t','r','o','l',0}; WebBrowser *This = WEBBROWSER_THIS(iface);