Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
update_refs(): fix constness
[gitweb.git]
/
refs.c
diff --git
a/refs.c
b/refs.c
index 196984e12ebb2ca92cd1c30da839a3d2bc342e65..1305eb1fcff6d9e6f9f9563fe691c8a0914ace24 100644
(file)
--- a/
refs.c
+++ b/
refs.c
@@
-3306,7
+3306,7
@@
static int ref_update_reject_duplicates(struct ref_update **updates, int n,
return 0;
}
-int update_refs(const char *action,
const struct ref_update *
*updates_orig,
+int update_refs(const char *action,
struct ref_update * const
*updates_orig,
int n, enum action_on_err onerr)
{
int ret = 0, delnum = 0, i;