diff options
| author | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-22 08:44:49 +0000 |
|---|---|---|
| committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-22 08:44:49 +0000 |
| commit | 8ebdac0ed5839cdaaa3ef44ecb917727af4634bb (patch) | |
| tree | 95eab33e5b893ba0cee5d74eb129c714ae333bfd /src/backend/utils/mb/conv.c | |
| parent | 6bbdd7a9e29ac745267425a569d2f376bf3484df (diff) | |
| download | postgresql-8ebdac0ed5839cdaaa3ef44ecb917727af4634bb.tar.gz | |
Remove test drivers
Also fix comment in conv.c.
Diffstat (limited to 'src/backend/utils/mb/conv.c')
| -rw-r--r-- | src/backend/utils/mb/conv.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/utils/mb/conv.c b/src/backend/utils/mb/conv.c index 32b1725672..7e7f94863b 100644 --- a/src/backend/utils/mb/conv.c +++ b/src/backend/utils/mb/conv.c @@ -6,7 +6,7 @@ * WIN1250 client encoding support contributed by Pavel Behal * SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya * - * $Id: conv.c,v 1.28 2001/09/11 04:50:36 ishii Exp $ + * $Id: conv.c,v 1.29 2001/09/22 08:44:48 ishii Exp $ * * */ @@ -63,8 +63,7 @@ /* * convert bogus chars that cannot be represented in the current -encoding - * system. + * encoding system. */ static void printBogusChar(unsigned char **mic, unsigned char **p) |
