add missing <CR> to game history (game over case only)

This commit is contained in:
Eric House 2015-05-13 06:36:43 -07:00
parent 60509f7c8b
commit 1d6d8e46a3

View file

@ -2122,6 +2122,7 @@ printMovePost( ModelCtxt* model, XP_U16 XP_UNUSED(moveN),
traybuf1, sizeof(traybuf1), traybuf1, sizeof(traybuf1),
XP_FALSE ) ); XP_FALSE ) );
printString( stream, buf ); printString( stream, buf );
stream_catString( stream, (XP_UCHAR*)XP_CR );
} }
} }