diff options
Diffstat (limited to 'tools/perf/util/hist.c')
-rw-r--r-- | tools/perf/util/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index f75c5f62401c..9a71c94f057a 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c | |||
@@ -662,7 +662,7 @@ size_t hists__fprintf(struct hists *self, struct hists *pair, | |||
662 | long displacement = 0; | 662 | long displacement = 0; |
663 | unsigned int width; | 663 | unsigned int width; |
664 | const char *sep = symbol_conf.field_sep; | 664 | const char *sep = symbol_conf.field_sep; |
665 | char *col_width = symbol_conf.col_width_list_str; | 665 | const char *col_width = symbol_conf.col_width_list_str; |
666 | 666 | ||
667 | init_rem_hits(); | 667 | init_rem_hits(); |
668 | 668 | ||