Remove surplus semicolon

Remove surplus semicolon that caused warning if compiling with
'-pedantic' compiler switch.

Signed-off-by: Olli <oparviai 'at' iki.fi>
This commit is contained in:
Olli 2021-07-30 14:53:04 +03:00
parent 17a63e99d5
commit e0e00878fc

View File

@ -166,7 +166,7 @@ namespace soundtouch
#endif #endif
#endif #endif
}; }
// define ST_NO_EXCEPTION_HANDLING switch to disable throwing std exceptions: // define ST_NO_EXCEPTION_HANDLING switch to disable throwing std exceptions:
// #define ST_NO_EXCEPTION_HANDLING 1 // #define ST_NO_EXCEPTION_HANDLING 1