From b89fe3c9da20cc2a3ce168155caa57975276f376 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 31 Dec 2010 14:40:30 +0000 Subject: [PATCH] realtime: add missing newline to info message --- hostside/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostside/commands.c b/hostside/commands.c index 5f0e323..e29eea6 100644 --- a/hostside/commands.c +++ b/hostside/commands.c @@ -289,7 +289,7 @@ static int cmd_movfeat(ParseState *ps, const CmdInfo *ci) { if (movei->n_movfeats > 1) ouprintf("info movfeat-collapsing-unknown %s :" " will set previously-unknown, but not set," - " feature(s) to position 0", + " feature(s) to position 0\n", movei->pname); target= 0; } -- 2.30.2