Mercurial > sdl-ios-xcode
diff test/testwm2.c @ 1985:8055185ae4ed
Added source color and alpha modulation support.
Added perl script to generate optimized render copy functions.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 28 Aug 2006 03:17:39 +0000 |
parents | 7ee5297340f7 |
children | 9de326b3099c |
line wrap: on
line diff
--- a/test/testwm2.c Thu Aug 24 12:49:59 2006 +0000 +++ b/test/testwm2.c Mon Aug 28 03:17:39 2006 +0000 @@ -34,7 +34,7 @@ consumed = -1; } if (consumed < 0) { - fprintf(stderr, "Usage: %s %s", argv[0], CommonUsage(state)); + fprintf(stderr, "Usage: %s %s\n", argv[0], CommonUsage(state)); quit(1); } i += consumed;