mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 14:36:45 +02: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