mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-12 09:36:45 +02:00
Use (void) for empty parameter list in C.
This commit is contained in:
@ -250,7 +250,7 @@ VideoDeviceError init_video_devices()
|
||||
return (VideoDeviceError) vde_None;
|
||||
}
|
||||
|
||||
VideoDeviceError terminate_video_devices()
|
||||
VideoDeviceError terminate_video_devices(void)
|
||||
{
|
||||
/* Cleanup if needed */
|
||||
lock;
|
||||
|
Reference in New Issue
Block a user