Commit eb7a89cc authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ole32: Constify a variable (and fix a typo concerning its level of indirection).

parent db892dec
......@@ -116,7 +116,7 @@ static int AddMemoryLocation(LPVOID * pMem)
return 1;
}
static int RemoveMemoryLocation(LPVOID * pMem)
static int RemoveMemoryLocation(LPCVOID pMem)
{
LPVOID * Current;
......
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