From 8acd104a4e49ebe340e0e43a0bd439c4177598fe Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 10 Sep 2004 02:19:45 +0000 Subject: [PATCH] *** empty log message *** --- citadel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/setup.c b/citadel/setup.c index da330c1d4..1c9406f7d 100644 --- a/citadel/setup.c +++ b/citadel/setup.c @@ -238,9 +238,9 @@ int yesno(char *question) newtComponent form = NULL; newtComponent yesbutton = NULL; newtComponent nobutton = NULL; - int i = 0; int prompt_window_height = 0; #endif + int i = 0; int answer = 0; char buf[SIZ]; -- 2.39.2