]> git.notmuchmail.org Git - notmuch/blobdiff - test/notmuch-test.h
test: fix printf format
[notmuch] / test / notmuch-test.h
index d39febbe8f2fe910191d98146a610f0272e6d592..45d03d67540a795540da7287e1212d460b6289af 100644 (file)
@@ -7,7 +7,7 @@ inline static void
 expect0(int line, notmuch_status_t ret)
 {
    if (ret) {
-       fprintf (stderr, "line %d: %s\n", line, ret);
+       fprintf (stderr, "line %d: %d\n", line, ret);
        exit (1);
    }
 }