Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/input.c

    r3bacee1 r774aa332  
    308308        /* Mutual exclusion of active clients */
    309309        list_foreach(clients, link, client_t, client)
    310             client->active = ((active) && (client == active_client));
     310                client->active = ((active) && (client == active_client));
    311311
    312312        /* Notify clients about the arbitration */
Note: See TracChangeset for help on using the changeset viewer.