[Win32K] Fix typo

Fix a GERRRR typo.
This commit is contained in:
James Tabor 2021-10-14 09:59:53 -05:00
parent 6e356a9b6c
commit 63e7d6c29e
2 changed files with 2 additions and 2 deletions

View file

@ -492,7 +492,7 @@ NtGdiGetDCDword(
SafeResult = pdcattr->lBreakExtra;
break;
case GdiGerCharBreak:
case GdiGetCharBreak:
SafeResult = pdcattr->cBreak;
break;

View file

@ -48,7 +48,7 @@ typedef enum _GETDCDWORD
GdiGetJournal,
GdiGetRelAbs,
GdiGetBreakExtra,
GdiGerCharBreak,
GdiGetCharBreak,
GdiGetArcDirection,
GdiGetEMFRestorDc,
GdiGetFontLanguageInfo,