gingerBill 4 년 전
부모
커밋
effecf8595
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/encoding/json/tokenizer.odin

+ 1 - 0
core/encoding/json/tokenizer.odin

@@ -112,6 +112,7 @@ get_token :: proc(t: ^Tokenizer) -> (token: Token, err: Error) {
 					return false;
 					return false;
 				}
 				}
 			}
 			}
+			return true;
 		case:
 		case:
 			// Ignore the next rune regardless
 			// Ignore the next rune regardless
 			next_rune(t);
 			next_rune(t);