diff options
Diffstat (limited to 'tools/perf/util/ui/browsers/annotate.c')
-rw-r--r-- | tools/perf/util/ui/browsers/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/ui/browsers/annotate.c b/tools/perf/util/ui/browsers/annotate.c index 783d277f2190..5b01df633f9a 100644 --- a/tools/perf/util/ui/browsers/annotate.c +++ b/tools/perf/util/ui/browsers/annotate.c | |||
@@ -86,7 +86,7 @@ int hist_entry__tui_annotate(struct hist_entry *self) | |||
86 | return -1; | 86 | return -1; |
87 | 87 | ||
88 | if (hist_entry__annotate(self, &head) < 0) { | 88 | if (hist_entry__annotate(self, &head) < 0) { |
89 | ui__error_window(browser__last_msg); | 89 | ui__error_window(ui_helpline__last_msg); |
90 | return -1; | 90 | return -1; |
91 | } | 91 | } |
92 | 92 | ||