From e0e00878fcab614ae6bc7b0d5ca5d3779c487589 Mon Sep 17 00:00:00 2001 From: Olli Date: Fri, 30 Jul 2021 14:53:04 +0300 Subject: [PATCH] Remove surplus semicolon Remove surplus semicolon that caused warning if compiling with '-pedantic' compiler switch. Signed-off-by: Olli --- include/STTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/STTypes.h b/include/STTypes.h index bfa0787..71dd0eb 100644 --- a/include/STTypes.h +++ b/include/STTypes.h @@ -166,7 +166,7 @@ namespace soundtouch #endif #endif -}; +} // define ST_NO_EXCEPTION_HANDLING switch to disable throwing std exceptions: // #define ST_NO_EXCEPTION_HANDLING 1