mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-29 02:34:23 +00:00
Remove even more newlines from log messages
This commit is contained in:
committed by
Sam Lantinga
parent
718034f5fa
commit
983cfe8b1c
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
|
||||
SDLTest_CommonLogUsage(state, argv[0], options);
|
||||
SDL_Log("%s", "");
|
||||
SDL_Log("If device is a two-digit number it'll use it as an index, otherwise\n"
|
||||
"it'll use it as if it were part of the device's name.\n");
|
||||
"it'll use it as if it were part of the device's name.");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user