summaryrefslogtreecommitdiff
path: root/games/phantasia/misc.c
diff options
context:
space:
mode:
authormestre <mestre@cvs.openbsd.org>2016-01-10 13:35:11 +0000
committermestre <mestre@cvs.openbsd.org>2016-01-10 13:35:11 +0000
commit88a702d55b47acbe595220ed818f39dff08ffe09 (patch)
treea6f71154ae66fb0aed5d709a52de4f8c2ca5883e /games/phantasia/misc.c
parent59a54c3af6d813daca1741fd697a634dfde401ef (diff)
As per style(9), remove remaining lint-style comments from games/
OK tb@
Diffstat (limited to 'games/phantasia/misc.c')
-rw-r--r--games/phantasia/misc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/phantasia/misc.c b/games/phantasia/misc.c
index c34a28dbe8a..9e03e211672 100644
--- a/games/phantasia/misc.c
+++ b/games/phantasia/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.20 2016/01/06 14:28:09 mestre Exp $ */
+/* $OpenBSD: misc.c,v 1.21 2016/01/10 13:35:10 mestre Exp $ */
/* $NetBSD: misc.c,v 1.2 1995/03/24 03:59:03 cgd Exp $ */
/*
@@ -812,7 +812,6 @@ leavegame(void)
}
cleanup(TRUE);
- /* NOTREACHED */
}
/* */
/************************************************************************
@@ -937,10 +936,8 @@ death(char *how)
execl(_PATH_GAMEPROG, "phantasia", "-s",
(Wizard ? "-S" : (char *)NULL), (char *)NULL);
exit(0);
- /* NOTREACHED */
}
cleanup(TRUE);
- /* NOTREACHED */
}
/* */
/************************************************************************
@@ -1416,7 +1413,6 @@ error(char *whichfile)
warn("%s", whichfile);
fprintf(stderr, "Please run 'setup' to determine the problem.\n");
exit(1);
- /* NOTREACHED */
}
/* */
/************************************************************************