Fix example.c

This commit is contained in:
Zack Middleton 2019-08-02 18:37:04 -05:00 committed by Cosmin Truta
parent 52ee167644
commit 6dd99ca9c8

View File

@ -125,6 +125,7 @@ int main(int argc, const char **argv)
png_image_free(&image); png_image_free(&image);
else else
free(buffer); free(buffer);
}
} }
/* Something went wrong reading or writing the image. libpng stores a /* Something went wrong reading or writing the image. libpng stores a