On Sun, Jul 31, 2011, Loganaden Velvindron wrote: > This diff uses void for ffclose() when > return values are not needed. > > Additionally, Instead of ignoring the output > it also returns error codes when fclose() fails > in ffclose().
This seems silly. ffclose should probably be void itself. I bet this is leftover 80s crap.