]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2004 02:19:45 +0000 (02:19 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2004 02:19:45 +0000 (02:19 +0000)
citadel/setup.c

index da330c1d46f755a3cfa415cb0415476aec4770fc..1c9406f7de6bcfa0e16b0b65ab6080e0ad16673f 100644 (file)
@@ -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];