about summary refs log tree commit diff
path: root/libio/iofclose.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-04 03:03:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-04 03:03:12 +0000
commitcd8b7ff9136eb26efc527df2df876c112d91df17 (patch)
tree762be882ce602f05d03f0e29ca3eb223c194461e /libio/iofclose.c
parentfaf8ccabe99e05cd815a9f0491b1e0d6fd8387f1 (diff)
downloadglibc-cd8b7ff9136eb26efc527df2df876c112d91df17.tar.gz
glibc-cd8b7ff9136eb26efc527df2df876c112d91df17.tar.xz
glibc-cd8b7ff9136eb26efc527df2df876c112d91df17.zip
Fix typos in last patch.
Diffstat (limited to 'libio/iofclose.c')
-rw-r--r--libio/iofclose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/iofclose.c b/libio/iofclose.c
index e13a2a3ae9..04da395841 100644
--- a/libio/iofclose.c
+++ b/libio/iofclose.c
@@ -61,7 +61,7 @@ _IO_new_fclose (fp)
 #if _LIBC
       /* This stream has a wide orientation.  This means we have to free
 	 the conversion functions.  */
-      struct _IO_codecvt *cc = &fp->_codecvt;
+      struct _IO_codecvt *cc = fp->_codecvt;
 
       if (cc->__cd_in.__cd.__steps->__shlib_handle != NULL)
 	{