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