From e417a96ce475e0202fc13e416183b5c9aba7cbbe Mon Sep 17 00:00:00 2001 From: John Leidegren Date: Sat, 20 Jan 2024 17:53:49 +0100 Subject: [PATCH] Fixed typo --- src/txti/txti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txti/txti.c b/src/txti/txti.c index 0c759b8a..acab5c3a 100644 --- a/src/txti/txti.c +++ b/src/txti/txti.c @@ -592,7 +592,7 @@ txti_token_array_from_string__odin(Arena *arena, U64 *bytes_processed_counter, S read_only local_persist String8 cpp_keywords[] = { str8_lit_comp("asm"), - str8_lit_comp("auto_case"), + str8_lit_comp("auto_cast"), str8_lit_comp("bit_set"), str8_lit_comp("break"), str8_lit_comp("case"),