diff options
Diffstat (limited to 'gcc/statistics.c')
-rw-r--r-- | gcc/statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/statistics.c b/gcc/statistics.c index b198b34..62590ba 100644 --- a/gcc/statistics.c +++ b/gcc/statistics.c @@ -76,7 +76,7 @@ stats_counter_hasher::equal (const value_type *c1, const compare_type *c2) inline void stats_counter_hasher::remove (value_type *v) { - free (CONST_CAST(char *, v->id)); + free (CONST_CAST (char *, v->id)); free (v); } |