mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
tidying up Query_Info return value when not in query features
This commit is contained in:
@@ -99,7 +99,7 @@ _heap_allocator_proc :: proc(allocator_data: rawptr, mode: mem.Allocator_Mode,
|
||||
return nil, nil
|
||||
|
||||
case .Query_Info:
|
||||
return nil, nil
|
||||
return nil, .Mode_Not_Implemented
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user