mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 15:23:34 +00:00
Remove newlines from log messages
This commit is contained in:
committed by
Sam Lantinga
parent
17625e20df
commit
718034f5fa
@@ -1028,7 +1028,7 @@ extern "C"
|
||||
|
||||
static void SDLCALL RequestBluetoothPermissionCallback( void *userdata, const char *permission, bool granted )
|
||||
{
|
||||
SDL_Log( "Bluetooth permission %s\n", granted ? "granted" : "denied" );
|
||||
SDL_Log( "Bluetooth permission %s", granted ? "granted" : "denied" );
|
||||
|
||||
if ( granted && g_HIDDeviceManagerCallbackHandler )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user