diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 08278eda31a5..96db5248e995 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -343,7 +343,7 @@ find_next: | |||
343 | continue; | 343 | continue; |
344 | } | 344 | } |
345 | 345 | ||
346 | if (use_browser) { | 346 | if (use_browser > 0) { |
347 | key = hist_entry__tui_annotate(he); | 347 | key = hist_entry__tui_annotate(he); |
348 | if (is_exit_key(key)) | 348 | if (is_exit_key(key)) |
349 | break; | 349 | break; |