mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
fix compile warning
This commit is contained in:
parent
73749f97a5
commit
b3dba204c6
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ game_makeFromStream( MPFORMAL XWStreamCtxt* stream, XWGame* game,
|
|||
success = XP_TRUE;
|
||||
break;
|
||||
} else if ( stream_getSize(stream) == 0 ) {
|
||||
XP_LOGF( "%s: gi was all we got; failing." );
|
||||
XP_LOGF( "%s: gi was all we got; failing.", __func__ );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue