mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 14:01:23 +00:00
Sylvain Petreolle: Fix a typo in the code (palGDI -> sysGDI)
svn path=/trunk/; revision=24109
This commit is contained in:
parent
74703ca408
commit
bb617c9ac9
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ UINT STDCALL NtGdiRealizePalette(HDC hDC)
|
|||
sysGDI = PALETTE_LockPalette(systemPalette);
|
||||
sysPtr = (PALOBJ*) sysGDI;
|
||||
|
||||
if (palGDI == NULL)
|
||||
if (sysGDI == NULL)
|
||||
{
|
||||
/* FIXME - Handle sysGDI == NULL!!!!!
|
||||
we should not unlock dc and return 0 ??
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue