gdi32: Fix a comment typo.

This commit is contained in:
Peter Oberndorfer 2007-12-22 15:09:59 +01:00 committed by Alexandre Julliard
parent 730d546903
commit cea66e5859
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ VOID WINAPI SetMagicColors16(HDC16 hDC, COLORREF color, UINT16 index)
}
/*********************************************************************
* SetMagicColors (GDI.@)
* SetMagicColors (GDI32.@)
*/
BOOL WINAPI SetMagicColors(HDC hdc, ULONG u1, ULONG u2)
{