about summary refs log tree commit diff
path: root/iconv
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-24 03:15:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-24 03:15:24 +0000
commit8ce2c9e673b03e3337db45cfff647e016dcfe8eb (patch)
tree23882e2e618789ee60e26e71733d58a8c432fba9 /iconv
parent720fc339d25af19ba9650da6bdfe96ecc36bacaa (diff)
downloadglibc-8ce2c9e673b03e3337db45cfff647e016dcfe8eb.tar.gz
glibc-8ce2c9e673b03e3337db45cfff647e016dcfe8eb.tar.xz
glibc-8ce2c9e673b03e3337db45cfff647e016dcfe8eb.zip
It's __is_last, not is_last.
Diffstat (limited to 'iconv')
-rw-r--r--iconv/skeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/skeleton.c b/iconv/skeleton.c
index 3574fabea4..02d6118b62 100644
--- a/iconv/skeleton.c
+++ b/iconv/skeleton.c
@@ -199,7 +199,7 @@ FUNCTION_NAME (struct __gconv_step *step, struct __gconv_step_data *data,
 {
   struct __gconv_step *next_step = step + 1;
   struct __gconv_step_data *next_data = data + 1;
-  __gconv_fct fct = data->is_last ? NULL : next_step->__fct;
+  __gconv_fct fct = data->__is_last ? NULL : next_step->__fct;
   int status;
 
   /* If the function is called with no input this means we have to reset