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:
@ -80,7 +80,7 @@ ToxAV *init_video(ToxWindow *self, Tox *tox)
|
||||
return CallControl.av;
|
||||
}
|
||||
|
||||
void terminate_video()
|
||||
void terminate_video(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Reference in New Issue
Block a user