spaces changed.

This commit is contained in:
Vitor Santos Costa 2011-09-04 19:24:53 +02:00
parent 9d8e7ed034
commit eaceaaad29
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ Yap_ShutdownLoadForeign(void)
objs = f_code->objs;
while (objs != NULL) {
if (dlclose(objs->handle) != 0)
return; /* ERROR */
return; /* ERROR */
objs = objs->next;
}
libs = f_code->libs;