Peter Oberndorfer : gdi32: Fix a comment typo.
Module: wine Branch: master Commit: cea66e5859bc7f321cedef60bd329555d47138d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cea66e5859bc7f321cedef60bd... Author: Peter Oberndorfer <kumbayo84(a)arcor.de> Date: Sat Dec 22 15:09:59 2007 +0100 gdi32: Fix a comment typo. --- dlls/gdi32/palette.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/gdi32/palette.c b/dlls/gdi32/palette.c index c55c814..169d6f6 100644 --- a/dlls/gdi32/palette.c +++ b/dlls/gdi32/palette.c @@ -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) {
participants (1)
-
Alexandre Julliard