X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=24a447970db868c55ac21904083be4d8b722ee8a;hp=d21e4f5a628d897fe5d5d013638fe841d6b37e8f;hb=fd11c8e150c1b41ca1efc0ba4a3465eb325457f2;hpb=336deb279e170c1ddd52b5a907a5d35be613db61 diff --git a/notmuch.c b/notmuch.c index d21e4f5a..24a44797 100644 --- a/notmuch.c +++ b/notmuch.c @@ -382,7 +382,7 @@ int dump_command (int argc, char *argv[]) { FILE *output; - notmuch_database_t *notmuch = NULL; + notmuch_database_t *notmuch; notmuch_query_t *query; notmuch_results_t *results; notmuch_message_t *message; @@ -458,7 +458,7 @@ int restore_command (int argc, char *argv[]) { FILE *input; - notmuch_database_t *notmuch = NULL; + notmuch_database_t *notmuch; char *line = NULL; size_t line_size, line_len; regex_t regex;