diff options
Diffstat (limited to 'builtin-help.c')
-rw-r--r-- | builtin-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-help.c b/builtin-help.c index 6e53b23833..e1eba778a5 100644 --- a/builtin-help.c +++ b/builtin-help.c @@ -394,7 +394,7 @@ static void get_html_page_path(struct strbuf *page_path, const char *page) * HTML. */ #ifndef open_html -void open_html(const char *path) +static void open_html(const char *path) { execl_git_cmd("web--browse", "-c", "help.browser", path, NULL); } |