Skip to content

Commit 3843821

Browse files
author
Sascha Schumann
committed
the ; is superflicious
1 parent adbf932 commit 3843821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/msql/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl
66
AC_DEFUN(AC_MSQL_VERSION,[
77
AC_MSG_CHECKING([mSQL version])
88
ac_php_oldcflags=$CFLAGS
9-
CFLAGS="$INCLUDES $CFLAGS";
9+
CFLAGS="$INCLUDES $CFLAGS"
1010
AC_TRY_COMPILE([#include <sys/types.h>
1111
#include "msql.h"],[int i = IDX_TYPE],[
1212
AC_DEFINE(MSQL1,0)

0 commit comments

Comments
 (0)