Skip to content

Commit 86afa28

Browse files
committed
Fixed warning [skip ci]
1 parent 789bbe6 commit 86afa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pq_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <assert.h>
22
#include <libpq-fe.h>
33

4-
int main() {
4+
int main(void) {
55
PGconn *conn;
66
PGresult *res;
77

0 commit comments

Comments
 (0)