adjust source code intermixing symbol

This commit is contained in:
Ryan Fleury
2024-04-23 14:01:11 -07:00
parent 425626a275
commit 579e3e9637
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1168,7 +1168,7 @@ txt_token_array_from_string__disasm_x64_intel(Arena *arena, U64 *bytes_processed
active_token_kind = TXT_TokenKind_Whitespace;
advance = 1;
}
else if(byte == '|')
else if(byte == '>')
{
active_token_start_off = off;
active_token_kind = TXT_TokenKind_Comment;