comparison 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
comparison
equal deleted inserted replaced
1712:931d111e737a 1713:3e66ed1690e4
43 --argc; 43 --argc;
44 } else if (strcmp(argv[argc - 1], "-height") == 0) { 44 } else if (strcmp(argv[argc - 1], "-height") == 0) {
45 window_h = atoi(argv[argc]); 45 window_h = atoi(argv[argc]);
46 --argc; 46 --argc;
47 } else { 47 } else {
48 fprintf(stderr, 48 fprintf(stderr, "Usage: %s [-width] [-height]\n", argv[0]);
49 "Usage: %s [-width] [-height]\n", argv[0]);
50 quit(1); 49 quit(1);
51 } 50 }
52 } 51 }
53 52
54 /* Set the desktop mode, we don't care what it is */ 53 /* Set the desktop mode, we don't care what it is */