From e51d7db7b987cab0b8c84e65243f2420e9486982 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 29 Apr 2021 01:57:01 +0000 Subject: Remove extraneous for() likely caused by copy & paste. From trondd, OK pjanzen@ --- games/phantasia/io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') diff --git a/games/phantasia/io.c b/games/phantasia/io.c index aeaa5c05216..c3a383ac98d 100644 --- a/games/phantasia/io.c +++ b/games/phantasia/io.c @@ -1,4 +1,4 @@ -/* $OpenBSD: io.c,v 1.9 2016/01/10 13:35:09 mestre Exp $ */ +/* $OpenBSD: io.c,v 1.10 2021/04/29 01:57:00 millert Exp $ */ /* $NetBSD: io.c,v 1.2 1995/03/24 03:58:50 cgd Exp $ */ /* @@ -323,7 +323,6 @@ getanswer(char *choices, bool def) getyx(stdscr, oldy, oldx); alarm(0); /* make sure alarm is off */ - for (loop = 3; loop; --loop) for (loop = 3; loop; --loop) /* try for 3 times */ { -- cgit v1.2.3