X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=tools%2Fperf%2Fui%2Fhist.c;h=78f4c92e9b73c1c55e5699bce4b628f551348beb;hb=b38f67c4ae35eb4bcea0bf42a0a18a778a5d04c2;hp=0a193281eba85ec12bbed36d85803b51d7d24464;hpb=706664c290d69f890a9e3acfc6a8196098459826;p=karo-tx-linux.git diff --git a/tools/perf/ui/hist.c b/tools/perf/ui/hist.c index 0a193281eba8..78f4c92e9b73 100644 --- a/tools/perf/ui/hist.c +++ b/tools/perf/ui/hist.c @@ -117,7 +117,7 @@ static int hpp__color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ struct perf_hpp *hpp, struct hist_entry *he) \ { \ return __hpp__fmt(hpp, he, he_get_##_field, " %6.2f%%", \ - (hpp_snprint_fn)percent_color_snprintf, true); \ + percent_color_snprintf, true); \ } #define __HPP_ENTRY_PERCENT_FN(_type, _field) \