Skip to content

Commit 66fbe66

Browse files
committed
Improve arguments types
1 parent f29a2cf commit 66fbe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache_file_pos.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
extern FileInfo D_8004A4BC[FILES_COUNT];
55

6-
void *func_80021490(void*, uint32_t);
6+
extern void *func_80021490(FileInfo* files, uint32_t offset);
77

88
void cache_file_pos(void)
99
{

0 commit comments

Comments
 (0)