Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch2020-05-21 15:31:16 +0000
committerNoah Misch2020-05-21 15:31:16 +0000
commit3350fb5d1f9d73de15428e9bfa83dce96421fc14 (patch)
tree1308a05515eb979bcd153ef12252d5459c545026 /contrib/pgcrypto/pgp-mpi-internal.c
parente4db972ed5f12c09403ff0be24e12e5d4032aaaa (diff)
Clear some style deviations.
Diffstat (limited to 'contrib/pgcrypto/pgp-mpi-internal.c')
-rw-r--r--contrib/pgcrypto/pgp-mpi-internal.c2
1 files changed, 1 insertions, 1 deletions
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();