From: Philip Homburg Date: Wed, 8 Mar 2006 12:30:43 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: v3.1.2a~285 X-Git-Url: http://zhaoyanbai.com/repos/migration?a=commitdiff_plain;h=4b62006c04ca78daad301be3fa404c25962f000c;p=minix.git Fixed typo. --- diff --git a/kernel/proc.c b/kernel/proc.c index fce4d486b..bb77cd66e 100755 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -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) {