summaryrefslogtreecommitdiff
path: root/sys/src/9/port/debugalloc.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-03-28 18:13:45 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-03-28 18:13:45 +0200
commit73b7f5f12c77c6434c2ffbd2257ab0d0439731e7 (patch)
tree54f63cf3d0e5de2ef6c9fda04583e48ad135418b /sys/src/9/port/debugalloc.c
parentc3004ddf25d1940d5bc7aec9cf8db387add82f7f (diff)
panic: trailing newlines
Diffstat (limited to 'sys/src/9/port/debugalloc.c')
-rw-r--r--sys/src/9/port/debugalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/debugalloc.c b/sys/src/9/port/debugalloc.c
index 48f9f7126..05a9a5c6d 100644
--- a/sys/src/9/port/debugalloc.c
+++ b/sys/src/9/port/debugalloc.c
@@ -655,7 +655,7 @@ poolcompact(Pool *pool)
USED(recov);
if(nb > 0){
if(nb < pool->quanta+1)
- panic("poolcompact: leftover too small\n");
+ panic("poolcompact: leftover too small");
end->size = nb;
pooladd(pool, end);
}