mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
make < 80 columns
This commit is contained in:
parent
b5ee71b97b
commit
3608ee29a8
1 changed files with 2 additions and 2 deletions
|
@ -2109,8 +2109,8 @@ reflectUndos( ServerCtxt* server, XWStreamCtxt* stream, XW_Proto code )
|
|||
XP_ASSERT( moveNum == lastUndone );
|
||||
|
||||
if ( code == XWPROTO_UNDO_INFO_CLIENT ) { /* need to inform */
|
||||
XP_U16 sourceClientIndex = getIndexForDevice(
|
||||
server, stream_getAddress( stream ) );
|
||||
XP_U16 sourceClientIndex =
|
||||
getIndexForDevice( server, stream_getAddress( stream ) );
|
||||
|
||||
sendUndoToClientsExcept( server, sourceClientIndex, nUndone,
|
||||
lastUndone );
|
||||
|
|
Loading…
Reference in a new issue