Fix typo. #ifdef MUTIBYTE --> #ifdef MULTIBYTE
authorTatsuo Ishii <ishii@postgresql.org>
Wed, 24 Mar 1999 06:55:14 +0000 (06:55 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Wed, 24 Mar 1999 06:55:14 +0000 (06:55 +0000)
src/bin/psql/psql.c

index 1558f4cb797d23340a15d91c0bad0acb4cfcdac6..bb32eef341a8e138268f013f3b2b82a46486c3d3 100644 (file)
@@ -2841,7 +2841,7 @@ main(int argc, char **argv)
        settings.getPassword = 0;
 #endif
 
-#ifdef MUTIBYTE
+#ifdef MULTIBYTE
        has_client_encoding = getenv("PGCLIENTENCODING");
 #endif