mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-05 21:46:37 +01:00
Use (void) for empty parameter list in C.
This commit is contained in:
@@ -155,7 +155,7 @@ ToxAV *init_audio(ToxWindow *self, Tox *tox)
|
||||
return CallControl.av;
|
||||
}
|
||||
|
||||
void terminate_audio()
|
||||
void terminate_audio(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user