Fixed typo.
This commit is contained in:
parent
4d115fcd91
commit
4b62006c04
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ message *m_ptr; /* pointer to message in the caller's space */
|
|||
kprintf("called by the dead?!?\n");
|
||||
return EINVAL;
|
||||
}
|
||||
@endif
|
||||
#endif
|
||||
|
||||
/* Require a valid source and/ or destination process, unless echoing. */
|
||||
if (src_dst_e != ANY && function != ECHO) {
|
||||
|
|
Loading…
Reference in a new issue