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

View file

@ -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;
}