Commit ef66ee6b authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Typo that broke Solaris compile fixed.

parent 7273dcfa
......@@ -721,7 +721,7 @@ UINT WINAPI SHMapPIDLToSystemImageListIndex(LPSHELLFOLDER sh, LPITEMIDLIST pidl,
{
UINT Index;
WARN(shell,"(SF=%p,pidl=%p,%p)\n",sh,pidl,index);
WARN(shell,"(SF=%p,pidl=%p,%p)\n",sh,pidl,pIndex);
pdump(pidl);
if (pIndex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment