summaryrefslogtreecommitdiff
path: root/src/core/garbage.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
committerPaul Buetow <paul@buetow.org>2008-10-20 18:46:11 +0000
commitf2bd5d24361d703359494daed291e277bce6eb03 (patch)
tree2012bb281b45adaf86425a52443854c4d4c35eb3 /src/core/garbage.c
parent1956010ec79fbab604efc2b60d0af325e91f67b8 (diff)
no lines longer than 80chars.
Diffstat (limited to 'src/core/garbage.c')
-rw-r--r--src/core/garbage.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/garbage.c b/src/core/garbage.c
index 1ba6831..1533f60 100644
--- a/src/core/garbage.c
+++ b/src/core/garbage.c
@@ -56,8 +56,9 @@ void
garbage_destroy() {
garbage_collect();
if (!list_empty(LIST_GARBAGE)) {
- EPRINTF("The garbage collector still has %d registered items which don't have"
- " a zero ref count!\n", list_size(LIST_GARBAGE));
+ EPRINTF("The garbage collector still has %d registered items "
+ " which don't have a zero ref count!\n",
+ list_size(LIST_GARBAGE));
/*
ListIterator *p_iter = listiterator_new(LIST_GARBAGE);