summaryrefslogtreecommitdiff
path: root/Tools/Source/TianoTools/StrGather/StrGather.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Source/TianoTools/StrGather/StrGather.h')
-rw-r--r--Tools/Source/TianoTools/StrGather/StrGather.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/StrGather/StrGather.h b/Tools/Source/TianoTools/StrGather/StrGather.h
index df175c2..65dc15c 100644
--- a/Tools/Source/TianoTools/StrGather/StrGather.h
+++ b/Tools/Source/TianoTools/StrGather/StrGather.h
@@ -67,7 +67,7 @@ typedef CHAR16 WCHAR;
typedef struct _TEXT_STRING_LIST {
struct _TEXT_STRING_LIST *Next;
- UINT8 *Str;
+ CHAR8 *Str;
} TEXT_STRING_LIST;
typedef struct _WCHAR_STRING_LIST {