StaMPS
StaMPS copied to clipboard
Fix undefined behaviour.
In C++ functions returning non-void must finish with a "return" statement. Otherwise this brings to undefined behaviour, which in my particular case (GCC 9.3.0 on Debian unstable) causes a segmentation fault.