Skip to content

Commit d89f1fe

Browse files
Colin StolleyEdward Thomson
andauthored
Update src/refdb_fs.c
Co-authored-by: Edward Thomson <ethomson@github.com>
1 parent a0381cf commit d89f1fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/refdb_fs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ static int ref_error_notfound(const char *name)
452452
return GIT_ENOTFOUND;
453453
}
454454

455-
static const char *packed_set_peeling_mode(
456-
const char *data,
455+
static char *packed_set_peeling_mode(
456+
char *data,
457457
size_t data_sz,
458458
refdb_fs_backend *backend)
459459
{

0 commit comments

Comments
 (0)