diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-08-25 11:37:42 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-08-25 11:37:42 +0000 |
| commit | 225adf2a027ef415195225b4ba278661d9788d4a (patch) | |
| tree | 296e6817b51148d22c9338349ebd54b9fe130acb | |
| parent | 32d7e9e6f141197cf5f8395c99d4c9a904c9fcf8 (diff) | |
Notes
| -rw-r--r-- | lib/libc/locale/rune.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/rune.c b/lib/libc/locale/rune.c index 4e15480566f7..8075825bd7fa 100644 --- a/lib/libc/locale/rune.c +++ b/lib/libc/locale/rune.c @@ -86,6 +86,7 @@ setrunelocale(encoding) fclose(fp); return(EFTYPE); } + fclose(fp); if (!rl->encoding[0] || !strcmp(rl->encoding, "UTF2")) { return(_UTF2_init(rl)); |
