X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-help.c;h=e1eba778a526f500b0a65a6b112e468f04a3f869;hb=e4d1afbcf2e39a997ae90befd629ee53e444c4c9;hp=6e53b23833062249485124b827da348a8be206b0;hpb=b58f6b50c1032a8ac56ab09e99500d43da3919d1;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); }