[json-glib: 1/2] json-glib/json-builder.c: Delete an extra word Line: 55 Word: root
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib: 1/2] json-glib/json-builder.c: Delete an extra word Line: 55 Word: root
- Date: Tue, 15 Feb 2022 13:48:19 +0000 (UTC)
commit 890ff9e38bb451cba470ae8180dee9f99861c5a7
Author: Farzin <43478550+inPhraZ users noreply github com>
Date: Tue Feb 15 17:10:55 2022 +0330
json-glib/json-builder.c:
Delete an extra word
Line: 55
Word: root
json-glib/json-builder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/json-glib/json-builder.c b/json-glib/json-builder.c
index 45f6cbe..15bbe37 100644
--- a/json-glib/json-builder.c
+++ b/json-glib/json-builder.c
@@ -52,7 +52,7 @@
*
* json_builder_end_object (builder);
*
- * g_autoptr(JsonNode) root root = json_builder_get_root (builder);
+ * g_autoptr(JsonNode) root = json_builder_get_root (builder);
*
* g_autoptr(JsonGenerator) gen = json_generator_new ();
* json_generator_set_root (gen, root);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]