From 1d6d8e46a3ec9f6bc398dcca563e183ffccefa92 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 13 May 2015 06:36:43 -0700 Subject: [PATCH] add missing to game history (game over case only) --- xwords4/common/model.c | 1 + 1 file changed, 1 insertion(+) 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 ); } }