From: Martin Mares Date: Tue, 8 Jun 2004 12:00:42 +0000 (+0000) Subject: . X-Git-Tag: python-dummy-working~445 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=006578d4fa9bc8c3d298e9f691a03b9dbff595ea;p=eval.git . --- diff --git a/src/box.c b/src/box.c index e19cf4a..062110f 100644 --- 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;