From 56c8a66672c4599b6521686cc96caa13a3db7389 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 15 Nov 2010 08:43:46 +0200 Subject: [PATCH] * mu-cmd-index.c: cosmetic --- src/mu-cmd-index.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mu-cmd-index.c b/src/mu-cmd-index.c index a6db8109..d106cacd 100644 --- a/src/mu-cmd-index.c +++ b/src/mu-cmd-index.c @@ -155,7 +155,8 @@ database_version_check_and_update (MuConfigOptions *opts) if (mu_util_db_is_empty (xpath)) return TRUE; - /* we empty the database before doing anything */ + /* when rebuilding, we empty the database before doing + * anything */ if (opts->rebuild) { opts->reindex = TRUE; g_message ("Clearing database %s", xpath);