mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-03 06:40:15 +02:00
dlnote: embed trailing semicolon in SDL_ELF_NOTE_DLOPEN macro
This commit is contained in:
committed by
Özkan Sezer
parent
e18b301c51
commit
9dd3e2305e
@@ -36,7 +36,7 @@ SDL_ELF_NOTE_DLOPEN(
|
||||
"Support for D-Bus IPC",
|
||||
SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED,
|
||||
SDL_DRIVER_DBUS_DYNAMIC
|
||||
);
|
||||
)
|
||||
|
||||
static bool LoadDBUSSyms(void)
|
||||
{
|
||||
|
||||
@@ -51,7 +51,7 @@ SDL_ELF_NOTE_DLOPEN(
|
||||
"Support for events through libudev",
|
||||
SDL_ELF_NOTE_DLOPEN_PRIORITY_RECOMMENDED,
|
||||
SDL_UDEV_DLNOTE_LIBS
|
||||
);
|
||||
)
|
||||
|
||||
static SDL_UDEV_PrivateData *_this = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user