shlwapi: Don't print the function name twice in an ERR.

This commit is contained in:
Michael Stefaniuc 2010-02-04 00:20:57 +01:00 committed by Alexandre Julliard
parent fc3e2ba954
commit 36d269ac22
1 changed files with 1 additions and 1 deletions

View File

@ -2314,7 +2314,7 @@ HRESULT WINAPI UrlCreateFromPathW(LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUr
*/ */
HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags) HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
{ {
FIXME("SHAutoComplete stub\n"); FIXME("stub\n");
return S_FALSE; return S_FALSE;
} }