pflarue / ardop

ardopcf - A multi-platform implementation of the Amateur Radio Digital Open Protocol (ARDOP)
Other
30 stars 7 forks source link

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

Closed pflarue closed 6 months ago

pflarue commented 6 months ago

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