From: Jon Bernard Date: Mon, 30 May 2011 16:42:04 +0000 (-0400) Subject: Fix stats display alignment for preprocessing X-Git-Tag: v3.1.6~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90c2e296117e6f1f854366fa368cd05687a0660d;p=thirdparty%2Fccache.git Fix stats display alignment for preprocessing --- diff --git a/stats.c b/stats.c index 5d41d74bf..2111b657a 100644 --- a/stats.c +++ b/stats.c @@ -60,7 +60,7 @@ static struct { { STATS_CACHEHIT_CPP, "cache hit (preprocessed) ", NULL, FLAG_ALWAYS }, { STATS_TOCACHE, "cache miss ", NULL, FLAG_ALWAYS }, { STATS_LINK, "called for link ", NULL, 0 }, - { STATS_PREPROCESSING, "called for preprocessing ", NULL, 0 }, + { STATS_PREPROCESSING, "called for preprocessing ", NULL, 0 }, { STATS_MULTIPLE, "multiple source files ", NULL, 0 }, { STATS_STDOUT, "compiler produced stdout ", NULL, 0 }, { STATS_NOOUTPUT, "compiler produced no output ", NULL, 0 },