aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-new.c')
-rw-r--r--notmuch-new.c2
1 files changed, 1 insertions, 1 deletions
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;
}