mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Changes: https://github.com/ThKattanek/emu64/releases/tag/5.1.0 Approved by: tcberner (mentor, implicit)
11 lines
300 B
C
11 lines
300 B
C
--- src/savepng.c.orig 2023-06-27 17:17:48 UTC
|
|
+++ src/savepng.c
|
|
@@ -25,7 +25,7 @@
|
|
#endif
|
|
|
|
/* libpng callbacks */
|
|
-static void png_error_SDL(png_structp *png_ptr, png_const_charp str)
|
|
+static void png_error_SDL(png_structp png_ptr, png_const_charp str)
|
|
{
|
|
SDL_SetError("libpng: %s\n", str);
|
|
}
|