Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix an "implicit function definition" warning.
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 9e3dfb3c974c893760a6bcb75ecc39026f74a23b..a9b8c72c6b6ea017f36639f01c997275299b16ad 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-1042,7
+1042,9
@@
int create_symref(const char *ref_target, const char *refs_heads_master,
return -1;
}
+#ifndef NO_SYMLINK_HEAD
done:
+#endif
if (logmsg && !read_ref(refs_heads_master, new_sha1))
log_ref_write(ref_target, old_sha1, new_sha1, logmsg);
@@
-1251,7
+1253,7
@@
static int do_for_each_reflog(const char *base, each_ref_fn fn, void *cb_data)
free(log);
closedir(dir);
}
- else
+ else
if (*base)
return errno;
return retval;
}