]> git.notmuchmail.org Git - notmuch/commitdiff
lib/database: fix style mistake.
authorDavid Bremner <david@tethera.net>
Sun, 27 Jun 2021 16:52:43 +0000 (13:52 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 27 Jun 2021 16:52:43 +0000 (13:52 -0300)
The spacing of the declaration was wrong in ea30110.

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) {