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