Skip to content

Commit

Permalink
Fix broken compile on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Mar 27, 2024
1 parent 1bb603b commit 639e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lha_arch_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int lha_arch_symlink(char *path, char *target)
return 1;
}

int lha_arch_stat(const char *path, LHAFileHeader *header);
int lha_arch_stat(const char *path, LHAFileHeader *header)
{
// TODO
return 1;
Expand Down

0 comments on commit 639e19d

Please sign in to comment.