aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/evlist.c')
-rw-r--r--tools/perf/util/evlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c
index dc6fa3fbb180..5ce2ace2d6c1 100644
--- a/tools/perf/util/evlist.c
+++ b/tools/perf/util/evlist.c
@@ -1148,7 +1148,7 @@ size_t perf_evlist__fprintf(struct perf_evlist *evlist, FILE *fp)
1148 perf_evsel__name(evsel)); 1148 perf_evsel__name(evsel));
1149 } 1149 }
1150 1150
1151 return printed + fprintf(fp, "\n");; 1151 return printed + fprintf(fp, "\n");
1152} 1152}
1153 1153
1154int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused, 1154int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused,