]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
MdeModulePkg/RegularExpressionDxe: Fix XCODE5 build failure
[mirror_edk2.git] / MdeModulePkg / Universal / RegularExpressionDxe / RegularExpressionDxe.c
index a5ee7d52fd17b2cb36af7cfc025dceb44becd810..cf325fced7f35e303b42be49f9078fbf07e4e8f2 100644 (file)
@@ -88,7 +88,7 @@ OnigurumaMatch (
   OnigRegion      *Region;\r
   INT32           OnigResult;\r
   OnigErrorInfo   ErrorInfo;\r
-  CHAR8           ErrorMessage[ONIG_MAX_ERROR_MESSAGE_LEN];\r
+  OnigUChar       ErrorMessage[ONIG_MAX_ERROR_MESSAGE_LEN];\r
   UINT32          Index;\r
   OnigUChar       *Start;\r
   EFI_STATUS      Status;\r