Mercurial > sdl-ios-xcode
diff test/testwm2.c @ 1713:3e66ed1690e4 SDL-1.3
Whoops, forgot to indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 14:29:50 +0000 |
parents | 931d111e737a |
children | 5b9f50c957ed |
line wrap: on
line diff
--- a/test/testwm2.c Mon Jun 26 13:56:56 2006 +0000 +++ b/test/testwm2.c Mon Jun 26 14:29:50 2006 +0000 @@ -45,8 +45,7 @@ window_h = atoi(argv[argc]); --argc; } else { - fprintf(stderr, - "Usage: %s [-width] [-height]\n", argv[0]); + fprintf(stderr, "Usage: %s [-width] [-height]\n", argv[0]); quit(1); } }