Changeset 9fe962d6 in mainline for kernel/generic/src/ipc/sysipc.c


Ignore:
Timestamp:
2008-06-03T14:42:21Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c70d693
Parents:
558c2bd
Message:

proper printf formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r558c2bd r9fe962d6  
    427427        int res;
    428428        int rc;
    429 
     429       
    430430        GET_CHECK_PHONE(phone, phoneid, return ENOENT);
    431431
     
    627627                ipc_answer(&TASK->answerbox, call);
    628628                return ENOENT;
    629         });             
     629        });
    630630
    631631        if (!method_is_forwardable(IPC_GET_METHOD(call->data))) {
Note: See TracChangeset for help on using the changeset viewer.