diff options
author | mestre <mestre@cvs.openbsd.org> | 2016-01-10 13:35:11 +0000 |
---|---|---|
committer | mestre <mestre@cvs.openbsd.org> | 2016-01-10 13:35:11 +0000 |
commit | 88a702d55b47acbe595220ed818f39dff08ffe09 (patch) | |
tree | a6f71154ae66fb0aed5d709a52de4f8c2ca5883e /games/hunt/huntd | |
parent | 59a54c3af6d813daca1741fd697a634dfde401ef (diff) |
As per style(9), remove remaining lint-style comments from games/
OK tb@
Diffstat (limited to 'games/hunt/huntd')
-rw-r--r-- | games/hunt/huntd/answer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/hunt/huntd/answer.c b/games/hunt/huntd/answer.c index 951c2d7304c..58d77408e32 100644 --- a/games/hunt/huntd/answer.c +++ b/games/hunt/huntd/answer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: answer.c,v 1.17 2016/01/07 21:37:53 mestre Exp $ */ +/* $OpenBSD: answer.c,v 1.18 2016/01/10 13:35:09 mestre Exp $ */ /* $NetBSD: answer.c,v 1.3 1997/10/10 16:32:50 lukem Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. @@ -429,7 +429,6 @@ rand_dir(void) case 3: return ABOVE; } - /* NOTREACHED */ return(-1); } |