From: Carl Worth Date: Sat, 23 Jan 2010 09:45:23 +0000 (+1300) Subject: Fix misspelling of DT_UNKNOWN. X-Git-Tag: 0.1~138 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=c25bc03dc60846090d230cdad21e39faccce35ff Fix misspelling of DT_UNKNOWN. How foolish of me to advertise the fact that I pushed a commit without compiling it first... --- diff --git a/notmuch-new.c b/notmuch-new.c index 124d38dc..f25c71f3 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -282,7 +282,7 @@ add_files_recursive (notmuch_database_t *notmuch, * recursion). */ if (entry->d_type != DT_DIR && entry->d_type != DT_LNK && - entry->d_type != DT_UKNOWN) + entry->d_type != DT_UNKNOWN) { continue; }