aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--notmuch-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-dump.c b/notmuch-dump.c
index 0475eb9..a490917 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");