mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 15:26:34 +01: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