From 786731fc3c71df6dff871c14a28d1a8e997d3f2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Jan 2000 09:24:16 +0000 Subject: Fix typo. Patch by Bruno Haible . --- iconv/gconv_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/gconv_simple.c') diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index e56c5e707d..6acdd5d2b2 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -320,7 +320,7 @@ internal_ucs4_loop (const unsigned char **inptrp, const unsigned char *inend, if (i < cnt || (cnt > 2 && (ch >> (5 * cnt - 4)) == 0)) \ { \ /* This is an illegal encoding. */ \ - result = GCONV_ILLEGAL_INPUT; \ + result = __GCONV_ILLEGAL_INPUT; \ break; \ } \ \ -- cgit v1.2.3