From c25bc03dc60846090d230cdad21e39faccce35ff Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 23 Jan 2010 22:45:23 +1300 Subject: [PATCH] Fix misspelling of DT_UNKNOWN. How foolish of me to advertise the fact that I pushed a commit without compiling it first... --- notmuch-new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.0