Module: wine Branch: master Commit: 36d269ac2259214e65f6e44f29fb564739f87927 URL: http://source.winehq.org/git/wine.git/?a=commit;h=36d269ac2259214e65f6e44f29...
Author: Michael Stefaniuc mstefani@redhat.de Date: Thu Feb 4 00:20:57 2010 +0100
shlwapi: Don't print the function name twice in an ERR.
---
dlls/shlwapi/url.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shlwapi/url.c b/dlls/shlwapi/url.c index c6fa977..19083dc 100644 --- a/dlls/shlwapi/url.c +++ b/dlls/shlwapi/url.c @@ -2314,7 +2314,7 @@ HRESULT WINAPI UrlCreateFromPathW(LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUr */ HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags) { - FIXME("SHAutoComplete stub\n"); + FIXME("stub\n"); return S_FALSE; }