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