sahaRatul / sela

SimplE Lossless Audio
https://seladoc.netlify.com/
MIT License
208 stars 24 forks source link

Missing return statement on wav check #6

Closed Stickerpants closed 9 years ago

Stickerpants commented 9 years ago

The default case of the switch statement doesn't have a return to exit like it claims it does. check_wav_file doesn't return any other error code other than the ones caught, but it never hurts to be safe.