mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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:
parent
184625ac9b
commit
c25bc03dc6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue