Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/nildummy/nildummy_module.c

    r09d5ec8 r404dbae  
    5959       
    6060        ipcarg_t phonehash;
    61         if (ERROR_OCCURRED(nil_initialize(net_phone)) ||
    62             ERROR_OCCURRED(REGISTER_ME(SERVICE_NILDUMMY, &phonehash))) {
     61        if (ERROR_OCCURRED(nil_initialize(net_phone))
     62            || ERROR_OCCURRED(REGISTER_ME(SERVICE_NILDUMMY, &phonehash))){
    6363                pm_destroy();
    6464                return ERROR_CODE;
     
    7171}
    7272
    73 int
    74 nil_module_message_standalone(const char *name, ipc_callid_t callid,
     73int nil_module_message_standalone(const char *name, ipc_callid_t callid,
    7574    ipc_call_t *call, ipc_call_t *answer, int *answer_count)
    7675{
Note: See TracChangeset for help on using the changeset viewer.