mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
This commit is contained in:
parent
2c775870bc
commit
494b82b718
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue