mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
Removed newlines from error messages.
This commit is contained in:
@@ -102,7 +102,7 @@ generate_rowbytes(int src_w, int dst_w, int bpp)
|
||||
store = STORE_WORD;
|
||||
break;
|
||||
default:
|
||||
return SDL_SetError("ASM stretch of %d bytes isn't supported\n", bpp);
|
||||
return SDL_SetError("ASM stretch of %d bytes isn't supported", bpp);
|
||||
}
|
||||
#ifdef HAVE_MPROTECT
|
||||
/* Make the code writeable */
|
||||
|
Reference in New Issue
Block a user