diff options
author | Noah Misch <noah@leadboat.com> | 2020-05-21 08:31:16 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-05-21 08:31:16 -0700 |
commit | 3350fb5d1f9d73de15428e9bfa83dce96421fc14 (patch) | |
tree | 1308a05515eb979bcd153ef12252d5459c545026 /contrib/pgcrypto/pgp-mpi-internal.c | |
parent | e4db972ed5f12c09403ff0be24e12e5d4032aaaa (diff) | |
download | postgresql-3350fb5d1f9d73de15428e9bfa83dce96421fc14.tar.gz postgresql-3350fb5d1f9d73de15428e9bfa83dce96421fc14.zip |
Clear some style deviations.
Diffstat (limited to 'contrib/pgcrypto/pgp-mpi-internal.c')
-rw-r--r-- | contrib/pgcrypto/pgp-mpi-internal.c | 2 |
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(); |