Skip to content

Commit 81207fc

Browse files
committed
Fix syntax error
1 parent 0d166f7 commit 81207fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tidy/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG_WITH("tidy", "TIDY support", "no");
55

66
if (PHP_TIDY != "no") {
77
var tidy_static = false;
8-
if (CHECK_LIB("libtidy_a.lib;tidy_a.lib", "tidy", PHP_TIDY) && (tidy_static = true) ||
8+
if ((CHECK_LIB("libtidy_a.lib;tidy_a.lib", "tidy", PHP_TIDY) && (tidy_static = true) ||
99
CHECK_LIB("libtidy.lib;tidy.lib", "tidy", PHP_TIDY)) &&
1010
(
1111
CHECK_HEADER_ADD_INCLUDE("tidy.h", "CFLAGS_TIDY") ||

0 commit comments

Comments
 (0)