chiark / gitweb /
realtime: add missing newline to info message
authorIan Jackson <ian@davenant.greenend.org.uk>
Fri, 31 Dec 2010 14:40:30 +0000 (14:40 +0000)
committerIan Jackson <ian@davenant.greenend.org.uk>
Fri, 31 Dec 2010 14:40:30 +0000 (14:40 +0000)
hostside/commands.c

index 5f0e32370b8ae22479699c0c092edcdca848d249..e29eea638ce6e76bce8ed3cfa3187cb54e6e2645 100644 (file)
@@ -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;
   }