fix compile warning

This commit is contained in:
ehouse 2010-01-26 04:03:21 +00:00
parent 73749f97a5
commit b3dba204c6

View file

@ -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;
}