]> gitweb.factorcode.org Git - factor.git/commitdiff
YAML: ffi typo cleanup
authorJon Harper <jon.harper87@gmail.com>
Sat, 8 Mar 2014 12:12:57 +0000 (13:12 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 27 Apr 2014 22:24:22 +0000 (15:24 -0700)
extra/yaml/ffi/ffi.factor

index 5276e38cc84e329bf2dfe2379f636442d6fa60a9..f55310e93d29625f555c0d4ac67d9bb608cc66f7 100644 (file)
@@ -931,7 +931,7 @@ STRUCT: yaml_alias_data_t
     ;
 
     ! /** The indentation levels stack. */
-    STRUCT: yaml_parser_idents
+    STRUCT: yaml_parser_indents
         { start int* }
         { end int* }
         { top int* }
@@ -1013,7 +1013,7 @@ STRUCT: yaml_parser_t
 
     { token_available int }
 
-    { indents yaml_parser_idents }
+    { indents yaml_parser_indents }
 
     { indent int }