spaces changed.
This commit is contained in:
parent
9d8e7ed034
commit
eaceaaad29
@ -168,7 +168,7 @@ Yap_ShutdownLoadForeign(void)
|
|||||||
objs = f_code->objs;
|
objs = f_code->objs;
|
||||||
while (objs != NULL) {
|
while (objs != NULL) {
|
||||||
if (dlclose(objs->handle) != 0)
|
if (dlclose(objs->handle) != 0)
|
||||||
return; /* ERROR */
|
return; /* ERROR */
|
||||||
objs = objs->next;
|
objs = objs->next;
|
||||||
}
|
}
|
||||||
libs = f_code->libs;
|
libs = f_code->libs;
|
||||||
|
Reference in New Issue
Block a user