Skip to content

Commit 925fa27

Browse files
committed
Remove trailing commas from config.w32 object decls
1 parent 552db91 commit 925fa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (PHP_MONGODB != "no") {
7979
BSON_HAVE_TIMESPEC: 0,
8080
BSON_EXTRA_ALIGN: 0,
8181
BSON_HAVE_SYSCALL_TID: 0,
82-
BSON_HAVE_DECIMAL128: 0,
82+
BSON_HAVE_DECIMAL128: 0
8383
};
8484

8585
if (CHECK_FUNC_IN_HEADER("stdio.h", "_set_output_format")) {
@@ -113,7 +113,7 @@ if (PHP_MONGODB != "no") {
113113
MONGOC_ENABLE_SASL: 0,
114114
MONGOC_HAVE_SASL_CLIENT_DONE: 0,
115115
MONGOC_HAVE_WEAK_SYMBOLS: 0,
116-
MONGOC_NO_AUTOMATIC_GLOBALS: 1,
116+
MONGOC_NO_AUTOMATIC_GLOBALS: 1
117117
};
118118

119119
if (CHECK_LIB("ssleay32.lib", "mongodb", PHP_MONGODB) &&

0 commit comments

Comments
 (0)