Ignore:
File:
1 edited

Legend:

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

    r991f645 r228e490  
    102102        while (1) {
    103103                callid = async_get_call(&call);
    104                 switch (IPC_GET_METHOD(call)) {
     104                switch (IPC_GET_IMETHOD(call)) {
    105105                case IPC_M_PHONE_HUNGUP:
    106106                        if (client_phone != -1) {
Note: See TracChangeset for help on using the changeset viewer.