diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-help.c')
-rw-r--r-- | Documentation/perf_counter/builtin-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-help.c b/Documentation/perf_counter/builtin-help.c index 6616de0ef053..d2bd3177b98c 100644 --- a/Documentation/perf_counter/builtin-help.c +++ b/Documentation/perf_counter/builtin-help.c | |||
@@ -399,7 +399,7 @@ static void get_html_page_path(struct strbuf *page_path, const char *page) | |||
399 | * HTML. | 399 | * HTML. |
400 | */ | 400 | */ |
401 | #ifndef open_html | 401 | #ifndef open_html |
402 | void open_html(const char *path) | 402 | static void open_html(const char *path) |
403 | { | 403 | { |
404 | execl_perf_cmd("web--browse", "-c", "help.browser", path, NULL); | 404 | execl_perf_cmd("web--browse", "-c", "help.browser", path, NULL); |
405 | } | 405 | } |