]> git.notmuchmail.org Git - notmuch/blobdiff - sprinter-json.c
lib: consider all instances of Delivered-To header
[notmuch] / sprinter-json.c
index 273bdeca3d736dcb16f90acdf4ee6377efb281d0..c7f4851cdd53bc6231d7a56e1d19e80834a09536 100644 (file)
@@ -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