diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-14 22:50:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-05-14 22:50:15 +0000 |
commit | ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4 (patch) | |
tree | f85aad8142f9f294bf5cb0a42ed8efcf7fa9a1a3 | |
parent | 98a18b797c63ea9baab31768ed720ad32c0004e8 (diff) | |
download | drakx-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar drakx-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.gz drakx-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.bz2 drakx-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.tar.xz drakx-ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4.zip |
fix author's typo
-rw-r--r-- | mdk-stage1/dietlibc/libshell/glob.c | 2 |
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) */ |