]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/StrGather/StrGather.h
Clean up some data type mismatches.
[mirror_edk2.git] / Tools / Source / TianoTools / StrGather / StrGather.h
index df175c2db62d9d89e0fe04e1a5704e753867555e..65dc15cbe85821434ebf0279dc137d538e91a435 100644 (file)
@@ -67,7 +67,7 @@ typedef CHAR16  WCHAR;
 \r
 typedef struct _TEXT_STRING_LIST {\r
   struct _TEXT_STRING_LIST  *Next;\r
-  UINT8                     *Str;\r
+  CHAR8                     *Str;\r
 } TEXT_STRING_LIST;\r
 \r
 typedef struct _WCHAR_STRING_LIST {\r