Remove even more newlines from log messages

This commit is contained in:
Petar Popovic
2025-01-23 18:06:29 +01:00
committed by Sam Lantinga
parent 718034f5fa
commit 983cfe8b1c
10 changed files with 129 additions and 129 deletions

View File

@@ -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;
}