diff --git a/xwords4/common/model.c b/xwords4/common/model.c index e91ea4650..122d8b3ee 100644 --- a/xwords4/common/model.c +++ b/xwords4/common/model.c @@ -2122,6 +2122,7 @@ printMovePost( ModelCtxt* model, XP_U16 XP_UNUSED(moveN), traybuf1, sizeof(traybuf1), XP_FALSE ) ); printString( stream, buf ); + stream_catString( stream, (XP_UCHAR*)XP_CR ); } }