From 3350fb5d1f9d73de15428e9bfa83dce96421fc14 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Thu, 21 May 2020 08:31:16 -0700 Subject: Clear some style deviations. --- contrib/pgcrypto/pgp-mpi-internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pgcrypto/pgp-mpi-internal.c') diff --git a/contrib/pgcrypto/pgp-mpi-internal.c b/contrib/pgcrypto/pgp-mpi-internal.c index 2353a48a074..0cea5141805 100644 --- a/contrib/pgcrypto/pgp-mpi-internal.c +++ b/contrib/pgcrypto/pgp-mpi-internal.c @@ -35,7 +35,7 @@ #include "px.h" static mpz_t * -mp_new() +mp_new(void) { mpz_t *mp = mp_int_alloc(); -- cgit v1.2.3