mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
runtime: fix typo
This commit is contained in:
@@ -565,7 +565,7 @@ __init_context :: proc "contextless" (c: ^Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE(bill): Do not initialize these procedures with a call as they are not defined with the "contexless" calling convention
|
// NOTE(bill): Do not initialize these procedures with a call as they are not defined with the "contextless" calling convention
|
||||||
c.allocator.procedure = default_allocator_proc
|
c.allocator.procedure = default_allocator_proc
|
||||||
c.allocator.data = nil
|
c.allocator.data = nil
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user