From 90c2e296117e6f1f854366fa368cd05687a0660d Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Mon, 30 May 2011 12:42:04 -0400 Subject: [PATCH] Fix stats display alignment for preprocessing --- stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.47.2