remove extra arg
This commit is contained in:
parent
5c4a1e5c95
commit
98410fd5fe
@ -24,7 +24,7 @@ int nr;
|
||||
if (mess != NULL) {
|
||||
kprintf("\nKernel panic: %s", mess);
|
||||
if (nr != NO_NUM) kprintf(" %d", nr);
|
||||
kprintf("\n",NO_NUM);
|
||||
kprintf("\n");
|
||||
}
|
||||
|
||||
/* Abort MINIX. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user