Changes in uspace/app/modplay/modplay.c [87822ce:485281e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/modplay/modplay.c
r87822ce r485281e 174 174 while (true) { 175 175 timeout = 0; 176 rc = console_get_event_timeout(con, &event, &timeout); 177 if (rc == EOK) 176 if (console_get_event_timeout(con, &event, &timeout)) 178 177 modplay_event(&event); 179 else if (rc != ETIMEOUT)180 break;181 182 178 if (quit) 183 179 break;
Note:
See TracChangeset
for help on using the changeset viewer.