mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Fix typo
This commit is contained in:
Vendored
+1
-1
@@ -260,5 +260,5 @@ foreign lib {
|
||||
ResetHint :: proc(name: cstring) -> bool ---
|
||||
ResetHints :: proc() ---
|
||||
AddHintCallback :: proc(name: cstring, callback: HintCallback, userdata: rawptr) -> bool ---
|
||||
RemoveHintCallback :: proc(name: cstring, callback: HintCallback. userdata: rawptr) ---
|
||||
RemoveHintCallback :: proc(name: cstring, callback: HintCallback, userdata: rawptr) ---
|
||||
}
|
||||
Reference in New Issue
Block a user