mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[Win32K] Fix typo
Fix a GERRRR typo.
This commit is contained in:
parent
6e356a9b6c
commit
63e7d6c29e
2 changed files with 2 additions and 2 deletions
|
@ -492,7 +492,7 @@ NtGdiGetDCDword(
|
|||
SafeResult = pdcattr->lBreakExtra;
|
||||
break;
|
||||
|
||||
case GdiGerCharBreak:
|
||||
case GdiGetCharBreak:
|
||||
SafeResult = pdcattr->cBreak;
|
||||
break;
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ typedef enum _GETDCDWORD
|
|||
GdiGetJournal,
|
||||
GdiGetRelAbs,
|
||||
GdiGetBreakExtra,
|
||||
GdiGerCharBreak,
|
||||
GdiGetCharBreak,
|
||||
GdiGetArcDirection,
|
||||
GdiGetEMFRestorDc,
|
||||
GdiGetFontLanguageInfo,
|
||||
|
|
Loading…
Reference in a new issue