Fix misspelling of DT_UNKNOWN.

How foolish of me to advertise the fact that I pushed a commit without
compiling it first...
This commit is contained in:
Carl Worth 2010-01-23 22:45:23 +13:00
parent 184625ac9b
commit c25bc03dc6

View file

@ -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;
}