aboutsummaryrefslogtreecommitdiff
path: root/src/checker/type.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-15 00:53:00 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-15 00:53:00 +0100
commitb6cb4f4d145bdc87aecf8edd678d025b22faff57 (patch)
tree887b01bc5628b8f5bb642667dcd92bb800c1eb33 /src/checker/type.cpp
parentbd365e5176f3bc5f5e249d1a0763520e2973c2ec (diff)
#file #line directives
Diffstat (limited to 'src/checker/type.cpp')
-rw-r--r--src/checker/type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker/type.cpp b/src/checker/type.cpp
index 68851641a..2c2e650c8 100644
--- a/src/checker/type.cpp
+++ b/src/checker/type.cpp
@@ -759,7 +759,7 @@ Selection lookup_field(Type *type_, String field_name, b32 is_type, Selection se
if (entity__string_data == NULL) {
Token token = {Token_Identifier};
token.string = data_str;
- entity__string_data = make_entity_field(a, NULL, token, make_type_pointer(a, t_byte), false, 0);
+ entity__string_data = make_entity_field(a, NULL, token, make_type_pointer(a, t_u8), false, 0);
}
if (entity__string_count == NULL) {