Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fdch committed Oct 20, 2024
1 parent 1ef50d9 commit dc9f424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion include/fdLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc9f424

Please sign in to comment.