aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-21 22:29:31 +0100
committerGravatar Carl Worth <cworth@cworth.org>2009-11-21 22:29:31 +0100
commitb725481cb3e695f931a7a1294a74f60474862c00 (patch)
tree4e90a66318042ad92c8cfe79698613ea212a6b8d /lib
parent637f99d8f3f45867d0a856503f9f302333824c07 (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/notmuch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h
index bbeec559..a61cd020 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -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