Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ops/clnestab.c

    r466e95f7 rb1e6269  
    4545}
    4646
    47 static int answer_cleanup(call_t *answer, ipc_data_t *olddata)
     47static void answer_cleanup(call_t *answer, ipc_data_t *olddata)
    4848{
    4949        phone_t *phone = (phone_t *) IPC_GET_ARG5(*olddata);
     
    5757        }
    5858        mutex_unlock(&phone->lock);
    59 
    60         return EOK;
    6159}
    6260
Note: See TracChangeset for help on using the changeset viewer.