mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Keep -vet happy
This commit is contained in:
@@ -1705,7 +1705,6 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) {
|
|||||||
if i > 0 { strings.write_string(fi.buf, ", "); }
|
if i > 0 { strings.write_string(fi.buf, ", "); }
|
||||||
|
|
||||||
data := uintptr(entries.data) + uintptr(i*entry_size);
|
data := uintptr(entries.data) + uintptr(i*entry_size);
|
||||||
header := cast(^runtime.Map_Entry_Header)data;
|
|
||||||
|
|
||||||
key := data + entry_type.offsets[2];
|
key := data + entry_type.offsets[2];
|
||||||
fmt_arg(&Info{buf = fi.buf}, any{rawptr(key), info.key.id}, 'v');
|
fmt_arg(&Info{buf = fi.buf}, any{rawptr(key), info.key.id}, 'v');
|
||||||
|
|||||||
Reference in New Issue
Block a user