summaryrefslogtreecommitdiffstats
path: root/src/libthread/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/channel.c')
-rw-r--r--src/libthread/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/channel.c b/src/libthread/channel.c
index 48fe78c7..ce27896b 100644
--- a/src/libthread/channel.c
+++ b/src/libthread/channel.c
@@ -277,7 +277,7 @@ static void
channelsize(Channel *c, int sz)
{
if(c->e != sz){
- fprint(2, "expected channel with elements of size %d, got size %d",
+ fprint(2, "expected channel with elements of size %d, got size %d\n",
sz, c->e);
abort();
}