Fixed typo
This commit is contained in:
parent
5efa6432ca
commit
6fd4cd8cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ ecl_homedir_pathname(cl_object user)
|
|||
cl_index i;
|
||||
cl_object namestring;
|
||||
const char *h, *d;
|
||||
If (!Null(user)) {
|
||||
if (!Null(user)) {
|
||||
#ifdef HAVE_PWD_H
|
||||
struct passwd *pwent = NULL;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue