1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix typos in last patch.

This commit is contained in:
Ulrich Drepper
2000-08-04 03:03:12 +00:00
parent faf8ccabe9
commit cd8b7ff913
2 changed files with 5 additions and 5 deletions

View File

@@ -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)
{