mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -761,6 +761,6 @@ gbString write_exact_value_to_string(gbString str, ExactValue const &v, isize st
|
|||||||
return str;
|
return str;
|
||||||
};
|
};
|
||||||
|
|
||||||
gbString exact_value_to_string(ExactValue const &v, isize string_limit=35) {
|
gbString exact_value_to_string(ExactValue const &v, isize string_limit=36) {
|
||||||
return write_exact_value_to_string(gb_string_make(heap_allocator(), ""), v, string_limit);
|
return write_exact_value_to_string(gb_string_make(heap_allocator(), ""), v, string_limit);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user