mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-30 11:14:21 +00:00
dlnote: embed trailing semicolon in SDL_ELF_NOTE_DLOPEN macro
This commit is contained in:
committed by
Özkan Sezer
parent
e18b301c51
commit
9dd3e2305e
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user