testaudiocapture.c: added missing return statement to main()
parent
c41a76657e
commit
dfff017fc6
|
@ -197,10 +197,12 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* SDL_DestroyRenderer(renderer); */
|
||||
/* SDL_DestroyWindow(window); */
|
||||
|
||||
/* SDL_Quit(); */
|
||||
/* SDLTest_CommonDestroyState(state); */
|
||||
/* return 0; */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue