From f5a5e9b9f4f08544660fd55cd211bdd57c55b32f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 3 Oct 2005 19:11:32 -0700 Subject: [PATCH] Avoid compiler warning. Signed-off-by: Junio C Hamano --- symbolic-ref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbolic-ref.c b/symbolic-ref.c index af087d21..a72d7acc 100644 --- a/symbolic-ref.c +++ b/symbolic-ref.c @@ -3,7 +3,7 @@ static const char git_symbolic_ref_usage[] = "git-symbolic-ref name [ref]"; -static int check_symref(const char *HEAD) +static void check_symref(const char *HEAD) { unsigned char sha1[20]; const char *git_HEAD = strdup(git_path("%s", HEAD)); -- 2.11.0