YAML: ffi typo cleanup

db4
Jon Harper 2014-03-08 13:12:57 +01:00 committed by John Benediktsson
parent 9174cf0d31
commit fda21bb74e
1 changed files with 2 additions and 2 deletions

View File

@ -931,7 +931,7 @@ STRUCT: yaml_alias_data_t
; ;
! /** The indentation levels stack. */ ! /** The indentation levels stack. */
STRUCT: yaml_parser_idents STRUCT: yaml_parser_indents
{ start int* } { start int* }
{ end int* } { end int* }
{ top int* } { top int* }
@ -1013,7 +1013,7 @@ STRUCT: yaml_parser_t
{ token_available int } { token_available int }
{ indents yaml_parser_idents } { indents yaml_parser_indents }
{ indent int } { indent int }