aboutsummaryrefslogtreecommitdiff
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json.h b/src/json.h
index b5fa9d3..f31496c 100644
--- a/src/json.h
+++ b/src/json.h
@@ -57,8 +57,7 @@ struct json_pair {
57 struct json_value *v; 57 struct json_value *v;
58}; 58};
59 59
60struct json_format 60struct json_format {
61{
62 size_t indent; 61 size_t indent;
63 int precision; 62 int precision;
64 void (*write) (void *, char const *, size_t); 63 void (*write) (void *, char const *, size_t);

Return to:

Send suggestions and report system problems to the System administrator.