mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-19 15:31:15 +00:00
Remove newlines from log messages
This commit is contained in:
committed by
Sam Lantinga
parent
17625e20df
commit
718034f5fa
@@ -240,7 +240,7 @@ void SDL_SetObjectsInvalid(void)
|
||||
type = "unknown object";
|
||||
break;
|
||||
}
|
||||
SDL_Log("Leaked %s (%p)\n", type, object);
|
||||
SDL_Log("Leaked %s (%p)", type, object);
|
||||
}
|
||||
SDL_assert(SDL_HashTableEmpty(SDL_objects));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user