X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=sprinter-json.c;h=c7f4851cdd53bc6231d7a56e1d19e80834a09536;hp=273bdeca3d736dcb16f90acdf4ee6377efb281d0;hb=f25e48e0234a050cab38306a066605a0f8bd3d12;hpb=c17fca40e2bc5514863d98807aaed318f144fd1a diff --git a/sprinter-json.c b/sprinter-json.c index 273bdeca..c7f4851c 100644 --- a/sprinter-json.c +++ b/sprinter-json.c @@ -129,7 +129,7 @@ json_integer (struct sprinter *sp, int64_t val) { struct sprinter_json *spj = json_begin_value (sp); - fprintf (spj->stream, "%"PRId64, val); + fprintf (spj->stream, "%" PRId64, val); } static void