Ignore:
File:
1 edited

Legend:

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

    r991f645 r228e490  
    8787        while (1) {
    8888                callid = async_get_call(&call);
    89                 switch (IPC_GET_METHOD(call)) {
     89                switch (IPC_GET_IMETHOD(call)) {
    9090                case IPC_M_PHONE_HUNGUP:
    9191                        if (client_phone != -1) {
Note: See TracChangeset for help on using the changeset viewer.