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 /src/interfaces/libpq/fe-misc.c | |
parent | e4db972ed5f12c09403ff0be24e12e5d4032aaaa (diff) | |
download | postgresql-3350fb5d1f9d73de15428e9bfa83dce96421fc14.tar.gz postgresql-3350fb5d1f9d73de15428e9bfa83dce96421fc14.zip |
Clear some style deviations.
Diffstat (limited to 'src/interfaces/libpq/fe-misc.c')
-rw-r--r-- | src/interfaces/libpq/fe-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c index 19729f96311..9afa0533a62 100644 --- a/src/interfaces/libpq/fe-misc.c +++ b/src/interfaces/libpq/fe-misc.c @@ -1250,7 +1250,7 @@ PQenv2encoding(void) #ifdef ENABLE_NLS static void -libpq_binddomain() +libpq_binddomain(void) { static bool already_bound = false; |