summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-05-14 22:50:15 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-05-14 22:50:15 +0000
commitae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4 (patch)
treef85aad8142f9f294bf5cb0a42ed8efcf7fa9a1a3
parent98a18b797c63ea9baab31768ed720ad32c0004e8 (diff)
downloaddrakx-backup-do-not-use-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar
drakx-backup-do-not-use-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.gz
drakx-backup-do-not-use-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.bz2
drakx-backup-do-not-use-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.xz
drakx-backup-do-not-use-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.zip
fix author's typo
-rw-r--r--mdk-stage1/dietlibc/libshell/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/libshell/glob.c b/mdk-stage1/dietlibc/libshell/glob.c
index 3d8c6d52f..e8c9e8a79 100644
--- a/mdk-stage1/dietlibc/libshell/glob.c
+++ b/mdk-stage1/dietlibc/libshell/glob.c
@@ -181,7 +181,7 @@ int glob(const char *pattern, int flags, int errfunc(const char * epath, int eer
break;
}
}
- entpwent();
+ endpwent();
}
if (home_dir != NULL) {
i = strlen(home_dir) + strlen(pattern_); /* pessimistic (the ~ case) */