Fixed typo in path_list_match().

This commit is contained in:
jjgarcia 2002-09-03 12:41:50 +00:00
parent fcdc396b53
commit ee6300ea76

View file

@ -950,6 +950,7 @@ path_list_match(cl_object a, cl_object mask) {
}
if (!endp(a))
return FALSE;
return TRUE;
}
bool