Fix a possible issue

This commit is contained in:
Dale Weiler 2013-06-15 05:28:38 +00:00
parent 6617684a8d
commit 90a016c6e0

4
stat.c
View file

@ -593,7 +593,7 @@ void stat_info() {
stat_dump_stats_table (
stat_size_vectors,
" %2u| # of %4u byte vectors: %u\n",
" %2u| # of %5u byte vectors: %u\n",
&mem
);
@ -604,7 +604,7 @@ void stat_info() {
stat_dump_stats_table (
stat_size_hashtables,
" %2u| # of %4u element hashtables: %u\n",
" %2u| # of %5u element hashtables: %u\n",
NULL
);