]> git.notmuchmail.org Git - notmuch/commitdiff
Fix freak case problem that broke the compile.
authorCarl Worth <cworth@cworth.org>
Sat, 21 Nov 2009 21:29:31 +0000 (22:29 +0100)
committerCarl Worth <cworth@cworth.org>
Sat, 21 Nov 2009 21:29:31 +0000 (22:29 +0100)
I think I must have bumped some emacs keybinding that changed the case
of a word here.

lib/notmuch.h

index bbeec559f0f8fdd95018d57c21f2330f6fcebd1d..a61cd0207216b656724e0e1188b21cbb69e68d09 100644 (file)
@@ -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