aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-09-23 20:58:32 -0300
committerDavid Bremner <david@tethera.net>2016-09-23 20:58:32 -0300
commitefc17bb5617708bc543ca585865ee45e7aeedd6e (patch)
treea63324f1c52ba58f85d347890b69d7cf40d45a80
parent67873799ea049a3438ab464bd01cde8dbc3858d8 (diff)
NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES
Alas, I did not notice when when I originally applied the NEWS patch
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f6ecbc76..0fd6d724 100644
--- a/NEWS
+++ b/NEWS
@@ -62,7 +62,7 @@ Add support for `notmuch_threads_t` and `notmuch_thread_t`
Fixed constant values so they are not all zero anymore.
Previously, it was impossible to open writable database handles,
- because DATABASE_MODE_READ_ONLY and DATABASE_MODE_READ_WRITE were
+ because `DATABASE_MODE_READ_ONLY` and `DATABASE_MODE_READ_WRITE` were
both set to zero.
The same issue occured with sort modes.