From 88a702d55b47acbe595220ed818f39dff08ffe09 Mon Sep 17 00:00:00 2001 From: mestre Date: Sun, 10 Jan 2016 13:35:11 +0000 Subject: As per style(9), remove remaining lint-style comments from games/ OK tb@ --- games/hunt/huntd/answer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/hunt/huntd') 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); } -- cgit v1.2.3