From b5292f8cada082d45c4fa99c4968bff52e69ace9 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 7 Jan 2010 21:52:44 +0200 Subject: [PATCH] * mu-index: cosmetic --- src/mu-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-index.c b/src/mu-index.c index f0157768..59c1e99e 100644 --- a/src/mu-index.c +++ b/src/mu-index.c @@ -140,7 +140,7 @@ on_run_maildir_msg (const char* fullpath, time_t filestamp, /* see if we need to update/insert anything...*/ result = _insert_or_update_maybe (fullpath, filestamp, data, &updated); - + /* update statistics */ if (data && data->_stats) { ++data->_stats->_processed;