mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
remove some leftover semi-colons before EOF
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
@@ -677,4 +677,4 @@ inflate_from_byte_array_raw :: proc(input: []u8, buf: ^bytes.Buffer, raw := fals
|
|||||||
return inflate_raw(z=&ctx, expected_output_size=expected_output_size)
|
return inflate_raw(z=&ctx, expected_output_size=expected_output_size)
|
||||||
}
|
}
|
||||||
|
|
||||||
inflate :: proc{inflate_from_context, inflate_from_byte_array};
|
inflate :: proc{inflate_from_context, inflate_from_byte_array}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -327,4 +327,4 @@ KMOD_RESERVED :: Keymod{.RESERVED}
|
|||||||
KMOD_CTRL :: Keymod{.LCTRL, .RCTRL}
|
KMOD_CTRL :: Keymod{.LCTRL, .RCTRL}
|
||||||
KMOD_SHIFT :: Keymod{.LSHIFT, .RSHIFT}
|
KMOD_SHIFT :: Keymod{.LSHIFT, .RSHIFT}
|
||||||
KMOD_ALT :: Keymod{.LALT, .RALT}
|
KMOD_ALT :: Keymod{.LALT, .RALT}
|
||||||
KMOD_GUI :: Keymod{.LGUI, .RGUI};
|
KMOD_GUI :: Keymod{.LGUI, .RGUI}
|
||||||
|
|||||||
Vendored
+1
-1
@@ -539,4 +539,4 @@ SCANCODE_APP1 :: Scancode.APP1
|
|||||||
SCANCODE_APP2 :: Scancode.APP2
|
SCANCODE_APP2 :: Scancode.APP2
|
||||||
|
|
||||||
SCANCODE_AUDIOREWIND :: Scancode.AUDIOREWIND
|
SCANCODE_AUDIOREWIND :: Scancode.AUDIOREWIND
|
||||||
SCANCODE_AUDIOFASTFORWARD :: Scancode.AUDIOFASTFORWARD;
|
SCANCODE_AUDIOFASTFORWARD :: Scancode.AUDIOFASTFORWARD
|
||||||
|
|||||||
Reference in New Issue
Block a user