From 358d032f9855cfa95a5de174c0bf052097e649f0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 23 Dec 2003 21:50:38 +0000 Subject: [PATCH] Fix compile warning. --- src/bin/initdb/initdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 0efae260d7..cd2df3acb2 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -43,7 +43,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * - * $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 $ * *------------------------------------------------------------------------- */ @@ -2026,7 +2026,7 @@ usage(const char *progname) /* * Initialized NLS if enabled. */ -void +static void init_nls(void) { #ifdef ENABLE_NLS