remove extra arg

This commit is contained in:
Ben Gras 2007-03-15 10:54:35 +00:00
parent 5c4a1e5c95
commit 98410fd5fe

View File

@ -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. */