]> git.notmuchmail.org Git - notmuch/blobdiff - util/util.c
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / util / util.c
index 06659b3506b1f384a4affa58560cff8acbca779d..6abe2215a786866700425135c17ad050e63a1c33 100644 (file)
@@ -19,6 +19,6 @@ util_error_string (util_status_t errnum)
        /* we lack context to be more informative here */
        return "zlib error";
     default:
-       INTERNAL_ERROR("unexpected error status %d", errnum);
+       INTERNAL_ERROR ("unexpected error status %d", errnum);
     }
 }