From 8a56d9bbcf8ba68b132f1e7971d09a63a2069c40 Mon Sep 17 00:00:00 2001 From: millert Date: Thu, 29 Apr 2021 01:57:00 +0000 Subject: [PATCH] Remove extraneous for() likely caused by copy & paste. From trondd, OK pjanzen@ --- games/phantasia/io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */ { -- 2.20.1