From 539461d29e744d046b6dfa18ccc078a55c86b1d8 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sat, 4 Feb 2023 17:37:14 +0100 Subject: Typo. --- plugins/pychrysalide/analysis/scan/scanner.c | 1 + plugins/yaml/Makefile.am | 1 + plugins/yaml/reader-int.h | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/pychrysalide/analysis/scan/scanner.c b/plugins/pychrysalide/analysis/scan/scanner.c index 8eb36a7..62e32b1 100644 --- a/plugins/pychrysalide/analysis/scan/scanner.c +++ b/plugins/pychrysalide/analysis/scan/scanner.c @@ -82,6 +82,7 @@ static int py_content_scanner_init(PyObject *self, PyObject *args, PyObject *kwd " constructors:\n" \ "\n" \ " ContentScanner(text=str)" \ + "\n" \ " ContentScanner(filename=str)" \ "\n" \ "Where *text* is a string for the rules definitions and" \ 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 *); -- cgit v0.11.2-87-g4458