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