OpenSteamController
OpenSteamController copied to clipboard
Fix compilation errors
When I tried to build SCJingleConverter I had two compilation errors due to two functions that weren't always returning a value in all paths.
So... I fixed them by replacing the switch
pattern with a if
and an else
.
Hope I didn't break anything else by doing that!
My Windows build seems to be working so far...
Oh yes it work, and builded! Thanks!!