projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
184625a
)
Fix misspelling of DT_UNKNOWN.
author
Carl Worth
<cworth@cworth.org>
Sat, 23 Jan 2010 09:45:23 +0000
(22:45 +1300)
committer
Carl Worth
<cworth@cworth.org>
Sat, 23 Jan 2010 09:45:23 +0000
(22:45 +1300)
How foolish of me to advertise the fact that I pushed a commit without
compiling it first...
notmuch-new.c
patch
|
blob
|
history
diff --git
a/notmuch-new.c
b/notmuch-new.c
index 124d38dc96395613a2316a2e12cbf048a8bd78ff..f25c71f3450f686eae1c50b9d4ed8f9cf55c6959 100644
(file)
--- 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_U
N
KNOWN)
{
continue;
}