summaryrefslogtreecommitdiffstats
path: root/adventure/subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'adventure/subr.c')
-rw-r--r--adventure/subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/adventure/subr.c b/adventure/subr.c
index 06901dc8..1c878be7 100644
--- a/adventure/subr.c
+++ b/adventure/subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: subr.c,v 1.7 1998/09/13 15:21:37 hubertf Exp $ */
+/* $NetBSD: subr.c,v 1.8 1998/09/14 09:29:08 hubertf Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: subr.c,v 1.7 1998/09/13 15:21:37 hubertf Exp $");
+__RCSID("$NetBSD: subr.c,v 1.8 1998/09/14 09:29:08 hubertf Exp $");
#endif
#endif /* not lint */
@@ -500,7 +500,7 @@ bug(n)
int n;
{
printf("Please tell jim@rand.org that fatal bug %d happened.\n", n);
- exit(0);
+ exit(1);
}