diff --git a/[refs] b/[refs] index bc1f4bf7b236..7847a7350fb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 567a9fd86735ccdc897768ed2dacdd5e83a13509 +refs/heads/master: 0879b100f3c187257729f36cba33d96ec2875766 diff --git a/trunk/tools/perf/util/newt.c b/trunk/tools/perf/util/newt.c index 89c52fc9b22e..06f248fde5cf 100644 --- a/trunk/tools/perf/util/newt.c +++ b/trunk/tools/perf/util/newt.c @@ -753,7 +753,7 @@ int hist_entry__tui_annotate(struct hist_entry *self) browser.width += 18; /* Percentage */ ui_browser__show(&browser, self->ms.sym->name); - ui_browser__run(&browser, &es); + ret = ui_browser__run(&browser, &es); newtFormDestroy(browser.form); newtPopWindow(); list_for_each_entry_safe(pos, n, &head, node) {