diff options
Diffstat (limited to 'tools/perf')
| -rw-r--r-- | tools/perf/util/newt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/newt.c b/tools/perf/util/newt.c index 89c52fc9b22e..06f248fde5cf 100644 --- a/tools/perf/util/newt.c +++ b/tools/perf/util/newt.c | |||
| @@ -753,7 +753,7 @@ int hist_entry__tui_annotate(struct hist_entry *self) | |||
| 753 | 753 | ||
| 754 | browser.width += 18; /* Percentage */ | 754 | browser.width += 18; /* Percentage */ |
| 755 | ui_browser__show(&browser, self->ms.sym->name); | 755 | ui_browser__show(&browser, self->ms.sym->name); |
| 756 | ui_browser__run(&browser, &es); | 756 | ret = ui_browser__run(&browser, &es); |
| 757 | newtFormDestroy(browser.form); | 757 | newtFormDestroy(browser.form); |
| 758 | newtPopWindow(); | 758 | newtPopWindow(); |
| 759 | list_for_each_entry_safe(pos, n, &head, node) { | 759 | list_for_each_entry_safe(pos, n, &head, node) { |
