mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
Removed newlines from error messages.
This commit is contained in:
@@ -374,7 +374,7 @@ static int dollarNormalize(const SDL_DollarPath *path,SDL_FloatPoint *points)
|
||||
dist += d;
|
||||
}
|
||||
if (numPoints < DOLLARNPOINTS-1) {
|
||||
SDL_SetError("ERROR: NumPoints = %i\n",numPoints);
|
||||
SDL_SetError("ERROR: NumPoints = %i", numPoints);
|
||||
return 0;
|
||||
}
|
||||
/* copy the last point */
|
||||
|
||||
Reference in New Issue
Block a user