From: Ian Jackson Date: Fri, 31 Dec 2010 14:40:30 +0000 (+0000) Subject: realtime: add missing newline to info message X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=b89fe3c9da20cc2a3ce168155caa57975276f376;p=trains.git realtime: add missing newline to info message --- 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; }