From eaceaaad2955678f09f2c2903ceecca81836c7e2 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sun, 4 Sep 2011 19:24:53 +0200 Subject: [PATCH] spaces changed. --- C/load_dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/load_dl.c b/C/load_dl.c index ff3131e9a..6ee6a4260 100644 --- a/C/load_dl.c +++ b/C/load_dl.c @@ -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;