From 06b1a795bb10dd8ed9c2f406ca3b906917e1a106 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 17 Dec 2020 19:49:56 -0800 Subject: Better null byte handling, simplified match datastructures, and some misc. cleanup --- json.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'json.c') diff --git a/json.c b/json.c index 2c9b50a..f1a766c 100644 --- a/json.c +++ b/json.c @@ -45,3 +45,5 @@ void json_match(const char *text, match_t *m, int verbose) { _json_match(text, m, 0, verbose); } + +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3