Fixed typo

This commit is contained in:
Juan Jose Garcia Ripoll 2008-08-25 16:03:07 +02:00
parent 5efa6432ca
commit 6fd4cd8cdb

View file

@ -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