about summary refs log tree commit diff
path: root/iconvdata/iso-2022-jp.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-06 16:59:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-06 16:59:49 +0000
commit1f20e04b473817b73bae88f39153cb410ec1eb8e (patch)
treedac12f3b4b50e00987ebf328b09d69a05d6cf0fd /iconvdata/iso-2022-jp.c
parent89301d683e7401cb7cfcb6ebc89be6593d4c809f (diff)
downloadglibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.tar.gz
glibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.tar.xz
glibc-1f20e04b473817b73bae88f39153cb410ec1eb8e.zip
Fix typo.
Diffstat (limited to 'iconvdata/iso-2022-jp.c')
-rw-r--r--iconvdata/iso-2022-jp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c
index 25ca75c2df..8fc67b2b43 100644
--- a/iconvdata/iso-2022-jp.c
+++ b/iconvdata/iso-2022-jp.c
@@ -811,7 +811,7 @@ gconv_end (struct __gconv_step *data)
 				/* We use GB 2312.  */			      \
 				if (NEED_LENGTH_TEST			      \
 				    && __builtin_expect (outptr + 3 > outend, \
-							 0)		      \
+							 0))		      \
 				  {					      \
 				    result = __GCONV_FULL_OUTPUT;	      \
 				    break;				      \