Browse Source

semi-colons are deprecated in core

Sébastien Marie 3 years ago
parent
commit
832961d539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/compress/common.odin

+ 1 - 1
core/compress/common.odin

@@ -479,4 +479,4 @@ discard_to_next_byte_lsb_from_stream :: proc(z: ^Context_Stream_Input) {
 	consume_bits_lsb(z, discard)
 	consume_bits_lsb(z, discard)
 }
 }
 
 
-discard_to_next_byte_lsb :: proc{discard_to_next_byte_lsb_from_memory, discard_to_next_byte_lsb_from_stream};
+discard_to_next_byte_lsb :: proc{discard_to_next_byte_lsb_from_memory, discard_to_next_byte_lsb_from_stream}