From cd8b7ff9136eb26efc527df2df876c112d91df17 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 4 Aug 2000 03:03:12 +0000 Subject: Fix typos in last patch. --- libio/iofclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/iofclose.c') diff --git a/libio/iofclose.c b/libio/iofclose.c index e13a2a3..04da395 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) { -- cgit v1.1