aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>1999-03-24 06:55:14 +0000
committerTatsuo Ishii <ishii@postgresql.org>1999-03-24 06:55:14 +0000
commit494b82b718fd0227026552fd1715a7930309de78 (patch)
treef56405fd76f4016ebd604cd91023f471e4fd6a2c /src
parent2c775870bc76044faad1e457e114a0e6af533e9d (diff)
downloadpostgresql-494b82b718fd0227026552fd1715a7930309de78.tar.gz
postgresql-494b82b718fd0227026552fd1715a7930309de78.zip
Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/psql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c
index 524ab61e972..d0f27435bae 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