commit | 1e24845cc2265b616517aeb54fbe978f5ac0fa61 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Sep 15 22:46:26 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Sep 15 22:58:21 2012 -0700 |
tree | f9bab0f520875ee6099d1be6cb8e2ab7dba4744c | |
parent | 357e9c69c9069b2764d1b58d0074945f8a33ff09 [diff] [blame] |
wt-status.c: mark a private file-scope symbol as static Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/wt-status.c b/wt-status.c index 4eeaf23..2a9658b 100644 --- a/wt-status.c +++ b/wt-status.c
@@ -100,8 +100,8 @@ va_end(ap); } -void status_printf_more(struct wt_status *s, const char *color, - const char *fmt, ...) +static void status_printf_more(struct wt_status *s, const char *color, + const char *fmt, ...) { va_list ap;