This PR fixes a compilation error on OS X Tiger (PowerPC).
Based on the surrounding code, I'd say it is likely that someone refactored song-> to retval-> but forgot to update the PowerPC case to match, but didn't encounter the build failure because they weren't on a PowerPC machine.
This PR fixes a compilation error on OS X Tiger (PowerPC).
Based on the surrounding code, I'd say it is likely that someone refactored
song->
toretval->
but forgot to update the PowerPC case to match, but didn't encounter the build failure because they weren't on a PowerPC machine.