diff options
Diffstat (limited to 'gdb/bcache.c')
-rw-r--r-- | gdb/bcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bcache.c b/gdb/bcache.c index d6c0921..06ab843 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -356,7 +356,7 @@ print_percentage (int portion, int total) BCACHE holds. Statistics are printed using `printf_filtered' and its ilk. */ void -print_bcache_statistics (struct bcache *c, char *type) +print_bcache_statistics (struct bcache *c, const char *type) { int occupied_buckets; int max_chain_length; |