X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=sprinter-text.c;h=c75ec5be1cbc5632f56332b40563c87959367547;hb=5a8d174f6797844580b52857a6254c25ce532d1c;hp=7b68f98ccbb17e7a494cbc925e954af6347e3b91;hpb=c17fca40e2bc5514863d98807aaed318f144fd1a;p=notmuch diff --git a/sprinter-text.c b/sprinter-text.c index 7b68f98c..c75ec5be 100644 --- a/sprinter-text.c +++ b/sprinter-text.c @@ -49,7 +49,7 @@ text_integer (struct sprinter *sp, int64_t val) { struct sprinter_text *sptxt = (struct sprinter_text *) sp; - fprintf (sptxt->stream, "%"PRId64, val); + fprintf (sptxt->stream, "%" PRId64, val); } static void