diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2023-02-04 16:37:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2023-02-04 22:50:42 (GMT) |
commit | 539461d29e744d046b6dfa18ccc078a55c86b1d8 (patch) | |
tree | ec4bb8e3411b75c001c17b8a601123fbc5eb261c /plugins/yaml/reader-int.h | |
parent | e85f35454bf94b7414dd9d2f5e6609601951293c (diff) |
Typo.
Diffstat (limited to 'plugins/yaml/reader-int.h')
-rw-r--r-- | plugins/yaml/reader-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *); |