]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
lib/database: fix style mistake.
[notmuch] / lib / database.cc
index 0052cb659e896841e8c54e1850864fcd0ef1e8ad..6db82373dddecb09df66521dd3f69c3cdd1d6fd3 100644 (file)
@@ -733,7 +733,7 @@ notmuch_status_t
 notmuch_database_destroy (notmuch_database_t *notmuch)
 {
     notmuch_status_t status;
-    const chartalloc_report;
+    const char *talloc_report;
 
     talloc_report = getenv ("NOTMUCH_TALLOC_REPORT");
     if (talloc_report && strcmp (talloc_report, "") != 0) {