mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
shell32: Fix a spelling error in an ERR() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
003fb4b139
commit
7657845b1b
@ -668,7 +668,7 @@ static HRESULT UNIXFS_path_to_pidl(UnixFolder *pUnixFolder, LPBC pbc, const WCHA
|
||||
szCompletePath[cPathLen-1] = '\0';
|
||||
|
||||
if ((szCompletePath[0] != '/') || (pNextPathElement[0] != '/')) {
|
||||
ERR("szCompletePath: %s, pNextPathElment: %s\n", szCompletePath, pNextPathElement);
|
||||
ERR("szCompletePath: %s, pNextPathElement: %s\n", szCompletePath, pNextPathElement);
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user