pflarue / ardop

Source for various version of ARDOP
Other
23 stars 4 forks source link

Change main() to type int. Use return (0); #44

Closed pflarue closed 1 month ago

pflarue commented 1 month ago

Previously the main() functions in ALSASound.c and Waveout.c were of type void. These are changed to type int.