Skip to content

Commit 70bdd80

Browse files
authored
PHPC-2166: Add missing void arg to fix MacOS builds (#1410)
1 parent 04d1a96 commit 70bdd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phongo_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static const mongoc_client_t* get_first_pclient_client(HashTable* ht)
7575
* Note: this may incorrectly return NULL if crypt_shared was loaded through a
7676
* mongoc_client_t since destroyed (e.g. single requested-scoped client);
7777
* however, that's the best can do with libmongoc's API. */
78-
const char* php_phongo_crypt_shared_version()
78+
const char* php_phongo_crypt_shared_version(void)
7979
{
8080
const mongoc_client_t* client = NULL;
8181

0 commit comments

Comments
 (0)