dlnote: embed trailing semicolon in SDL_ELF_NOTE_DLOPEN macro

This commit is contained in:
Anonymous Maarten
2025-12-24 21:19:45 +01:00
committed by Özkan Sezer
parent e18b301c51
commit 9dd3e2305e
26 changed files with 47 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ SDL_ELF_NOTE_DLOPEN(
"Support for loading PNG images using libpng",
SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED,
PNG_SHARED_LIBRARY
);
)
typedef int png_sig_cmp_fn(const unsigned char *sig, size_t start, size_t num_to_check);