add missing comma

This commit is contained in:
blob1807
2024-02-21 11:15:35 +10:00
parent b2b8b14955
commit b39ef29ec6
+1 -1
View File
@@ -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,