mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
More non C89 compliant comments
This commit is contained in:
@@ -107,12 +107,12 @@ main(int argc, char **argv)
|
||||
SDL_FreeWAV(data);
|
||||
SDL_Quit();
|
||||
return 8;
|
||||
} // if
|
||||
} /* if */
|
||||
|
||||
SDL_free(cvt.buf);
|
||||
SDL_FreeWAV(data);
|
||||
SDL_Quit();
|
||||
return 0;
|
||||
} // main
|
||||
} /* main */
|
||||
|
||||
// end of resample_test.c ...
|
||||
/* end of resample_test.c ... */
|
||||
|
||||
Reference in New Issue
Block a user