aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/pg_locale.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-03-18 18:57:16 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-03-18 18:57:16 +0000
commitf91dd7880f28e881c62102c22f496afb547950c7 (patch)
tree009c0c85e8ed8a1eef5906c2b0c77b6a7520e87b /src/backend/utils/adt/pg_locale.c
parentf945f46193690841315b79f5961d3721c73621d9 (diff)
downloadpostgresql-f91dd7880f28e881c62102c22f496afb547950c7.tar.gz
postgresql-f91dd7880f28e881c62102c22f496afb547950c7.zip
Clean up minor compiler warnings.
Diffstat (limited to 'src/backend/utils/adt/pg_locale.c')
-rw-r--r--src/backend/utils/adt/pg_locale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/adt/pg_locale.c b/src/backend/utils/adt/pg_locale.c
index 1711eb269ad..114cd08e259 100644
--- a/src/backend/utils/adt/pg_locale.c
+++ b/src/backend/utils/adt/pg_locale.c
@@ -2,7 +2,7 @@
/* -----------------------------------------------------------------------
* pg_locale.c
*
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.2 2000/02/08 15:56:55 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_locale.c,v 1.3 2000/03/18 18:57:14 tgl Exp $
*
*
* Portions Copyright (c) 1999-2000, PostgreSQL, Inc
@@ -109,7 +109,7 @@ PGLC_setlocale( PG_LocaleCategories *lc )
*------
*/
struct lconv *
-PGLC_localeconv()
+PGLC_localeconv(void)
{
PG_LocaleCategories lc;
struct lconv *lconv;