1
0
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:
iphydf
2018-09-08 17:23:07 +00:00
parent 2be4847b53
commit bebff3be0e
10 changed files with 31 additions and 28 deletions

View File

@ -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;