From dc9f424c409cca9a5aea9704506e5e7482d79dcc Mon Sep 17 00:00:00 2001 From: fdch Date: Sun, 20 Oct 2024 17:52:51 +0200 Subject: [PATCH] remove unnecessary semicolon --- config.sh | 2 +- include/fdLib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sh b/config.sh index 39e8505..7c9990f 100755 --- a/config.sh +++ b/config.sh @@ -153,4 +153,4 @@ echo "#X text 39 15 $LIBNAME: $DESCRIPTION;" >>$META # Update version on header # # ----------------------------------------------------------------------------- -sed -i "s/\(#define FDLIBVERSION\).*$/\1 \"$FDLIBVERSION\";/" ./include/fdLib.h +sed -i "s/\(#define FDLIBVERSION\).*$/\1 \"$FDLIBVERSION\"/" ./include/fdLib.h diff --git a/include/fdLib.h b/include/fdLib.h index 9b0d49e..f40a341 100755 --- a/include/fdLib.h +++ b/include/fdLib.h @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with thi #include "g_canvas.h" -#define FDLIBVERSION "0.3.1"; +#define FDLIBVERSION "0.3.1" #ifndef M_PI #define M_PI 3.1415926535897932384626433832795