Commit 6831c8df authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

mscms: Fix famous typo in HeapFree call.

parent b432e119
...@@ -1257,7 +1257,7 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing ...@@ -1257,7 +1257,7 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
ERR( "Unable to read color profile\n" ); ERR( "Unable to read color profile\n" );
CloseHandle( handle ); CloseHandle( handle );
HeapFree( GetProcessHeap, 0, iccprofile ); HeapFree( GetProcessHeap(), 0, iccprofile );
return NULL; return NULL;
} }
......
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