Correct four code style issues

This commit is contained in:
ISSOtm
2020-03-07 18:08:17 +01:00
parent 48ad3973a9
commit 0d31afaff8
4 changed files with 6 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ struct ImageOptions {
struct PNGImage {
png_struct *png;
png_info *info;
png_byte **data;
int width;
int height;