提交 494b82b7 编写于 作者: T Tatsuo Ishii

Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE

上级 2c775870
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册