]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jun 2012 20:28:05 +0000 (20:28 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Jun 2012 20:28:05 +0000 (20:28 +0000)
The XYoffset union typedef has been renamed to XY_OFFSET to conform to the C Coding Standards.
Fixes a build error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: daryl.mcdaniel@intel.com
Reviewed-by: erik.c.bjorge@intel.com
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13462 6f19259b-4bc3-4df7-8a09-765794883524

StdLib/LibC/Uefi/Devices/Console/daConsole.c

index 655b685214507acce6d899abd3be68ae01ec929b..bfcc4a292c71b8783ef816798c35dc59d40ba60c 100644 (file)
@@ -331,7 +331,7 @@ da_ConStat(
 {\r
   ConInstance                        *Stream;\r
   EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL    *Proto;\r
-  XYoffset                            CursorPos;\r
+  XY_OFFSET                           CursorPos;\r
   INT32                               OutMode;\r
   UINTN                               ModeCol;\r
   UINTN                               ModeRow;\r