summaryrefslogtreecommitdiff
path: root/plugins/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml')
-rw-r--r--plugins/yaml/Makefile.am1
-rw-r--r--plugins/yaml/reader-int.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/yaml/Makefile.am b/plugins/yaml/Makefile.am
index b5d0835..868fcf1 100644
--- a/plugins/yaml/Makefile.am
+++ b/plugins/yaml/Makefile.am
@@ -42,6 +42,7 @@ libyaml_la_SOURCES = \
node-int.h \
node.h node.c \
pair.h pair.c \
+ reader-int.h \
reader.h reader.c \
scalar.h scalar.c \
tree.h tree.c
diff --git a/plugins/yaml/reader-int.h b/plugins/yaml/reader-int.h
index aa985a1..060b674 100644
--- a/plugins/yaml/reader-int.h
+++ b/plugins/yaml/reader-int.h
@@ -49,7 +49,6 @@ struct _GYamlReaderClass
};
-
/* Met en place un lecteur pour contenu au format Yaml. */
bool g_yaml_reader_create_from_text(GYamlReader *, const char *);