perf ui: Complete the breakdown of util/newt.c
LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
d1b4f2491c
commit
1e6dd077a8
10 changed files with 96 additions and 78 deletions
|
@ -23,7 +23,7 @@ int eprintf(int level, const char *fmt, ...)
|
|||
if (verbose >= level) {
|
||||
va_start(args, fmt);
|
||||
if (use_browser > 0)
|
||||
ret = browser__show_help(fmt, args);
|
||||
ret = ui_helpline__show_help(fmt, args);
|
||||
else
|
||||
ret = vfprintf(stderr, fmt, args);
|
||||
va_end(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue