Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Commit

Permalink
Typo error bugfix.
Browse files Browse the repository at this point in the history
Typo error bugfix.
  • Loading branch information
Rinnegatamante committed Dec 15, 2015
1 parent 78269bc commit b17a4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/Archives.c
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ ZipFile* ZipFileRead(Zip* zip, const char *filename, const char *password)
}
}

void ZipFileFreePatch(ZipFile* file)
void ZipFileFree(ZipFile* file)
{
if(file->data)
FreePatch(file->data);
Expand Down

3 comments on commit b17a4b5

@JustPingo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind if I borrow the code of Archive.c for my KTM? I know the license is permissive about it, but just wanted to be sure.

@Rinnegatamante
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're free to use it, just properly credit me and NaNNi.

@JustPingo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, thanks.

Please sign in to comment.