From: Tatsuo Ishii Date: Wed, 24 Mar 1999 06:55:14 +0000 (+0000) Subject: Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE X-Git-Tag: REL6_5~468 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=494b82b718fd0227026552fd1715a7930309de78;p=users%2Fhanada%2Fpostgres.git Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE --- diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c index 524ab61e97..d0f27435ba 100644 --- a/src/bin/psql/psql.c +++ b/src/bin/psql/psql.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.172 1999/03/15 02:18:37 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.173 1999/03/24 06:55:14 ishii Exp $ * *------------------------------------------------------------------------- */ @@ -2841,7 +2841,7 @@ main(int argc, char **argv) settings.getPassword = 0; #endif -#ifdef MUTIBYTE +#ifdef MULTIBYTE has_client_encoding = getenv("PGCLIENTENCODING"); #endif