Commit f3cf15015dafe594cfec24541adf98d1f56dd07d

Baptiste 2024-08-14T16:29:07

json wip

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/json/json.c b/json/json.c
index ef8be52..165f45f 100644
--- a/json/json.c
+++ b/json/json.c
@@ -13,6 +13,8 @@
 #include <libkc3/kc3.h>
 #include "json.h"
 
+
+
 s_tag * json_buf_parse (s_buf *buf, s_tag *dest)
 {
   character c;