Unverified Commit d89f1fe5 by Colin Stolley Committed by GitHub

Update src/refdb_fs.c

Co-authored-by: Edward Thomson <ethomson@github.com>
parent a0381cf2
......@@ -452,8 +452,8 @@ static int ref_error_notfound(const char *name)
return GIT_ENOTFOUND;
}
static const char *packed_set_peeling_mode(
const char *data,
static char *packed_set_peeling_mode(
char *data,
size_t data_sz,
refdb_fs_backend *backend)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment