mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
formatting only
This commit is contained in:
parent
3f0353c681
commit
2b2635aa8f
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ blocking_gotEvent( CursesAppGlobals* globals, int* ch )
|
|||
--numEvents;
|
||||
}
|
||||
if ( (globals->fdArray[FD_STDIN].revents & ~POLLIN ) ) {
|
||||
XP_LOGF( "some other events set on stdin" );
|
||||
XP_LOGF( "some other events set on stdin" );
|
||||
}
|
||||
|
||||
if ( (globals->fdArray[FD_TIMEEVT].revents & POLLIN) != 0 ) {
|
||||
|
|
Loading…
Reference in a new issue