mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
add missing comma
This commit is contained in:
@@ -52,7 +52,7 @@ Marshal_Options :: struct {
|
|||||||
sort_maps_by_key: bool,
|
sort_maps_by_key: bool,
|
||||||
|
|
||||||
// Output enum value's name instead of its underlineing value
|
// Output enum value's name instead of its underlineing value
|
||||||
use_enum_value_names: bool
|
use_enum_value_names: bool,
|
||||||
|
|
||||||
// Internal state
|
// Internal state
|
||||||
indentation: int,
|
indentation: int,
|
||||||
|
|||||||
Reference in New Issue
Block a user