Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/modplay/modplay.c

    r87822ce r485281e  
    174174        while (true) {
    175175                timeout = 0;
    176                 rc = console_get_event_timeout(con, &event, &timeout);
    177                 if (rc == EOK)
     176                if (console_get_event_timeout(con, &event, &timeout))
    178177                        modplay_event(&event);
    179                 else if (rc != ETIMEOUT)
    180                         break;
    181 
    182178                if (quit)
    183179                        break;
Note: See TracChangeset for help on using the changeset viewer.