]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix stats display alignment for preprocessing
authorJon Bernard <jbernard@tuxion.com>
Mon, 30 May 2011 16:42:04 +0000 (12:42 -0400)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 30 May 2011 19:04:01 +0000 (21:04 +0200)
stats.c

diff --git a/stats.c b/stats.c
index 5d41d74bf8a8528c916da708ba89dd5ffa31040f..2111b657a31a9c99205fc5b3e66e22fb5dc5e577 100644 (file)
--- 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 },