From ae598e4c18ab0b8b3dc97e567ac2ae2518c5c5b4 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 14 May 2001 22:50:15 +0000 Subject: fix author's typo --- mdk-stage1/dietlibc/libshell/glob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- cgit v1.2.1