More non C89 compliant comments
This commit is contained in:
parent
63fe3a7753
commit
552b04c58a
28 changed files with 252 additions and 248 deletions
|
@ -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 ... */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue