summaryrefslogtreecommitdiff
path: root/symbolic-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbolic-ref.c')
-rw-r--r--symbolic-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbolic-ref.c b/symbolic-ref.c
index af087d211d..a72d7accb1 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));