X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-help.c;h=e1eba778a526f500b0a65a6b112e468f04a3f869;hb=0ded47581aa6097f1a685443d3c2fc0cebaf8c3c;hp=6e53b23833062249485124b827da348a8be206b0;hpb=4e2715fb9878235cb696f765695eef38078b0b7a;p=git.git diff --git a/builtin-help.c b/builtin-help.c index 6e53b2383..e1eba778a 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); }