Skip to content

Commit c6c6c0b

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

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
@@ -138,7 +138,7 @@ static int packed_reload(refdb_fs_backend *backend)
138138

139139
GIT_UNUSED(git_sortedcache_clear(backend->refcache, false));
140140

141-
scan = (char *)packedrefs.ptr;
141+
scan = packedrefs.ptr;
142142
eof = scan + packedrefs.size;
143143

144144
scan = packed_set_peeling_mode(scan, packedrefs.size, backend);

0 commit comments

Comments
 (0)