Skip to content

Commit 678c9dd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refdb_fs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ static char *packed_set_peeling_mode(
457457
refdb_fs_backend *backend)
458458
{
459459
static const char *traits_header = "# pack-refs with:";
460-
const char *eol;
460+
char *eol;
461461
backend->peeling_mode = PEELING_NONE;
462462

463463
if (data_sz == 0 || *data != '#') {

0 commit comments

Comments
 (0)