Kaynağa Gözat

semi-colons are deprecated in core

Sébastien Marie 3 yıl önce
ebeveyn
işleme
832961d539
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
 }
 
-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}