Some functions return an error code even though they don't need to. That adds complexity to our code. Switch to returning a void.
Some functions return an error code even though they don't need to. That adds complexity to our code. Switch to returning a void.