projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc4589
)
Avoid compiler warning.
author
Junio C Hamano
<junkio@cox.net>
Tue, 4 Oct 2005 02:11:32 +0000
(19:11 -0700)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/symbolic-ref.c
b/symbolic-ref.c
index
af087d2
..
a72d7ac
100644
(file)
--- 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));