]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Avoid compiler warning.
authorJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 02:11:32 +0000 (19:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 4 Oct 2005 02:11:32 +0000 (19:11 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
symbolic-ref.c

index af087d211de32786120882f89a63f94a3e699d98..a72d7accb18092231c608a6ae7db4a4ce9dc8b73 100644 (file)
@@ -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));