[notmuch] [PATCH 1/4] lib/database.cc: Fix function name in comment
David Benjamin
davidben at MIT.EDU
Tue Feb 23 18:23:00 PST 2010
notmuch_message_add_filename has a leading underscore in the name.
Signed-off-by: David Benjamin <davidben at mit.edu>
---
lib/database.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/database.cc b/lib/database.cc
index 2b5b64d..1bb24ec 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -739,7 +739,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch,
/* Before version 1, each message document had its filename in the
* data field. Copy that into the new format by calling
- * notmuch_message_add_filename.
+ * _notmuch_message_add_filename.
*/
if (version < 1) {
notmuch_query_t *query = notmuch_query_create (notmuch, "");
--
1.7.0.18.g39b3
More information about the notmuch
mailing list