1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 06:16:45 +02:00

Use (void) for empty parameter list in C.

This commit is contained in:
iphydf
2018-09-08 17:23:07 +00:00
parent 2be4847b53
commit bebff3be0e
10 changed files with 31 additions and 28 deletions

View File

@ -80,7 +80,7 @@ ToxAV *init_video(ToxWindow *self, Tox *tox)
return CallControl.av;
}
void terminate_video()
void terminate_video(void)
{
int i;