X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fpair_content.c;fp=test%2Fpair_content.c;h=2b39a7bc0ef190c11148ef81a197c47eb1d55c79;hb=efa78d11c3ea7f51c7078b64a34c98b44ecb0e1a;hp=1c9e2ab91ebfe750b981abcd808a78e88d0e9dca;hpb=9d37907c2305ee3dc7b829e98a465c3def2074f0;p=ncurses.git diff --git a/test/pair_content.c b/test/pair_content.c index 1c9e2ab9..2b39a7bc 100644 --- a/test/pair_content.c +++ b/test/pair_content.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: pair_content.c,v 1.12 2019/01/21 01:05:22 tom Exp $ + * $Id: pair_content.c,v 1.13 2019/08/24 23:02:49 tom Exp $ */ #define NEED_TIME_H @@ -237,7 +237,6 @@ int main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) { int i; - int repeat; while ((i = getopt(argc, argv, "f:il:npr:sx")) != -1) { switch (i) { @@ -291,6 +290,7 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) } } } else { + int repeat; for (repeat = 0; repeat < r_opt; ++repeat) { run_test();