|
@@ -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) {
|