mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
@@ -75,7 +75,7 @@ reset_bytes :: proc(bytes: []byte, gen := context.random_generator) {
|
|||||||
runtime.random_generator_reset_bytes(gen, bytes)
|
runtime.random_generator_reset_bytes(gen, bytes)
|
||||||
}
|
}
|
||||||
|
|
||||||
query_info :: proc(gen: context.random_generator) -> Generator_Query_Info {
|
query_info :: proc(gen := context.random_generator) -> Generator_Query_Info {
|
||||||
return runtime.random_generator_query_info(gen)
|
return runtime.random_generator_query_info(gen)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user