summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-27 09:38:46 +0200
committerdefault <nobody@localhost>2022-09-27 09:38:46 +0200
commit26a3b260d56cedf0ca56b331d8bec71d1a8b49f8 (patch)
tree16168d7f2a96a91d666786af03d1355b3f90b412 /main.c
parente0c01956166c9fe14b734750e82f7c209ffcf499 (diff)
Started function not_really_markdown().
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index eed5ea8..4fd0a87 100644
--- a/main.c
+++ b/main.c
@@ -153,6 +153,11 @@ int main(int argc, char *argv[])
printf("status: %d\n", status);
+ if (valid_status(status)) {
+ xs *j = xs_json_dumps_pp(data, 4);
+ printf("%s\n", j);
+ }
+
return 0;
}