mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Fix freak case problem that broke the compile.
I think I must have bumped some emacs keybinding that changed the case of a word here.
This commit is contained in:
parent
637f99d8f3
commit
b725481cb3
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ notmuch_database_create (const char *path);
|
|||
|
||||
typedef enum {
|
||||
NOTMUCH_DATABASE_MODE_READ_ONLY = 0,
|
||||
NOTMUCH_DATABASE_MODE_READ_Write
|
||||
NOTMUCH_DATABASE_MODE_READ_WRITE
|
||||
} notmuch_database_mode_t;
|
||||
|
||||
/* XXX: I think I'd like this to take an extra argument of
|
||||
|
|
Loading…
Reference in a new issue