summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-16 05:46:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-16 05:58:21 (GMT)
commit1e24845cc2265b616517aeb54fbe978f5ac0fa61 (patch)
treef9bab0f520875ee6099d1be6cb8e2ab7dba4744c /wt-status.c
parent357e9c69c9069b2764d1b58d0074945f8a33ff09 (diff)
downloadgit-1e24845cc2265b616517aeb54fbe978f5ac0fa61.zip
git-1e24845cc2265b616517aeb54fbe978f5ac0fa61.tar.gz
git-1e24845cc2265b616517aeb54fbe978f5ac0fa61.tar.bz2
wt-status.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c4
1 files changed, 2 insertions, 2 deletions
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 @@ void status_printf(struct wt_status *s, const char *color,
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;