diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-12-16 07:54:26 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1997-12-16 07:54:26 +0000 |
commit | 8b23506ac3deb4a8af8169adfe290962a7460aa0 (patch) | |
tree | 224aec6c7b9e27e01c985a0f4e1f3bd359633a9c /games/battlestar/cypher.c | |
parent | 4b139793bdc5d728d64ba3ffdef1e3eb1f9e23e1 (diff) |
Fix annoying warnings.
Diffstat (limited to 'games/battlestar/cypher.c')
-rw-r--r-- | games/battlestar/cypher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/cypher.c b/games/battlestar/cypher.c index 5f5e4125175..a01b94b3fa3 100644 --- a/games/battlestar/cypher.c +++ b/games/battlestar/cypher.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cypher.c,v 1.4 1997/09/01 18:13:15 millert Exp $ */ +/* $OpenBSD: cypher.c,v 1.5 1997/12/16 07:54:24 angelos Exp $ */ /* $NetBSD: cypher.c,v 1.3 1995/03/21 15:07:15 cgd Exp $ */ /* @@ -424,7 +424,7 @@ cypher() break; case QUIT: - die(); + die(0); default: puts("How's that?"); |