We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb67fa commit 358d032Copy full SHA for 358d032
src/bin/initdb/initdb.c
@@ -43,7 +43,7 @@
43
* Portions Copyright (c) 1994, Regents of the University of California
44
* Portions taken from FreeBSD.
45
*
46
- * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.17 2003/12/17 18:44:08 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.18 2003/12/23 21:50:38 tgl Exp $
47
48
*-------------------------------------------------------------------------
49
*/
@@ -2026,7 +2026,7 @@ usage(const char *progname)
2026
/*
2027
* Initialized NLS if enabled.
2028
2029
-void
+static void
2030
init_nls(void)
2031
{
2032
#ifdef ENABLE_NLS
0 commit comments