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