comparison test/loopwave.c @ 2179:8b76cc268771

Visual C++ compiler warning fixes
author Sam Lantinga <slouken@libsdl.org>
date Thu, 12 Jul 2007 06:53:20 +0000
parents 5c14978b1e97
children aecbdf3362c3
comparison
equal deleted inserted replaced
2178:114a541cfae2 2179:8b76cc268771
65 } 65 }
66 66
67 int 67 int
68 main(int argc, char *argv[]) 68 main(int argc, char *argv[])
69 { 69 {
70 int i, n;
71
72 /* Load the SDL library */ 70 /* Load the SDL library */
73 if (SDL_Init(SDL_INIT_AUDIO) < 0) { 71 if (SDL_Init(SDL_INIT_AUDIO) < 0) {
74 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError()); 72 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
75 return (1); 73 return (1);
76 } 74 }