]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
Use empty strings instead of NULL in format_reply structure.
[notmuch] / notmuch-reply.c
index 8c5e76ccc38993ccdc308b1ed53fef6d53f86ba0..79599358fa23c481e1e109735bb05627bc43bf70 100644 (file)
@@ -29,12 +29,12 @@ reply_part (GMimeObject *part,
            unused (int *part_count));
 
 static const notmuch_show_format_t format_reply = {
-    NULL,
-       NULL, NULL,
-           NULL, NULL, NULL,
-           NULL, reply_part, NULL, NULL, NULL,
-       NULL, NULL,
-    NULL
+    "",
+       "", NULL,
+           "", NULL, "",
+           "", reply_part, NULL, "", "",
+       "", "",
+    ""
 };
 
 static void