X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-help.c;h=e1eba778a526f500b0a65a6b112e468f04a3f869;hb=a0f4afbe87ddda7902e36350d163dea146166550;hp=6e53b23833062249485124b827da348a8be206b0;hpb=a49eb197d809d2d7efbd81d935c61e1a0caa983e;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); }