]> mj.ucw.cz Git - eval.git/commitdiff
.
authorMartin Mares <mj@ucw.cz>
Tue, 8 Jun 2004 12:00:42 +0000 (12:00 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 8 Jun 2004 12:00:42 +0000 (12:00 +0000)
src/box.c

index e19cf4aced532b435e34dec7b171f9c37d6f87cf..062110f27200e8c0b0966b9e550a0276f8dbb1ee 100644 (file)
--- a/src/box.c
+++ b/src/box.c
@@ -253,7 +253,7 @@ valid_syscall(struct user *u)
       return allow_times;
     case SYS_kill:
       if (u->regs.ebx == box_pid)
-       die("Commited suicide by signal %d", (int)u->regs.ecx);
+       die("Commited suicide by signal %d.", (int)u->regs.ecx);
       return 0;
     default:
       return 0;