commit | 025607cd2e381e6e08a56ffec46ac79e23ca2d88 | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Jun 20 12:30:49 2013 -0400 |
committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Jun 20 12:30:49 2013 -0400 |
tree | 666711b48b74f14fe0faf427cf46f77b89f7a0fe | |
parent | 9ca8abd6882a6e741166e6ec946a73f3a64df65a [diff] |
Lowercase internal constant.
diff --git a/yamlh.go b/yamlh.go index 7733b86..1fea365 100644 --- a/yamlh.go +++ b/yamlh.go
@@ -97,7 +97,7 @@ // Mapping styles. const ( // Let the emitter choose the style. - YAML_ANY_MAPPING_STYLE yaml_mapping_style_t = iota + yaml_ANY_MAPPING_STYLE yaml_mapping_style_t = iota yaml_BLOCK_MAPPING_STYLE // The block mapping style. yaml_FLOW_MAPPING_STYLE // The flow mapping style.