X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=sprinter-json.c;fp=sprinter-json.c;h=c7f4851cdd53bc6231d7a56e1d19e80834a09536;hp=273bdeca3d736dcb16f90acdf4ee6377efb281d0;hb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;hpb=df4c66f85d4aa05c462ad119c6dad3afa421f6f2 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