testaudiocapture.c: added missing return statement to main()
This commit is contained in:
@@ -197,10 +197,12 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* SDL_DestroyRenderer(renderer); */
|
/* SDL_DestroyRenderer(renderer); */
|
||||||
/* SDL_DestroyWindow(window); */
|
/* SDL_DestroyWindow(window); */
|
||||||
|
|
||||||
/* SDL_Quit(); */
|
/* SDL_Quit(); */
|
||||||
/* SDLTest_CommonDestroyState(state); */
|
/* SDLTest_CommonDestroyState(state); */
|
||||||
/* return 0; */
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user