diff --git a/notmuch-dump.c b/notmuch-dump.c index 0475eb9d..a490917f 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -67,7 +67,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[]) return 1; } } - + query = notmuch_query_create (notmuch, query_str); if (query == NULL) { fprintf (stderr, "Out of memory\n");