From 340f2141c4ed39b3ce13981652c22d41ce850483 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 30 Nov 2010 08:33:15 +0200 Subject: [PATCH] * cosmetic --- src/mu-cmd-index.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mu-cmd-index.c b/src/mu-cmd-index.c index 26e425e0..ddc17e8a 100644 --- a/src/mu-cmd-index.c +++ b/src/mu-cmd-index.c @@ -127,7 +127,6 @@ print_stats (MuIndexStats* stats, gboolean clear) (unsigned)stats->_processed, (unsigned)stats->_updated, (unsigned)stats->_cleaned_up); - g_print ("%s", output); }