X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-pipe-filter-gi2-child.c;fp=tests%2Ftest-pipe-filter-gi2-child.c;h=21fcdc0d8194a47429871c478a704ad86c83abf8;hb=441aa3044f43e5572f58c354f01e6bc070acd5c7;hp=858ac26076d662bb1194fe2394104ca11687f522;hpb=039ae97b8ae35a2446c5d62d72b21689c97da7e2;p=gnulib.git diff --git a/tests/test-pipe-filter-gi2-child.c b/tests/test-pipe-filter-gi2-child.c index 858ac2607..21fcdc0d8 100644 --- a/tests/test-pipe-filter-gi2-child.c +++ b/tests/test-pipe-filter-gi2-child.c @@ -31,13 +31,13 @@ main () int i, j; if (scanf (" %d", &i) != 1) - break; + break; if (scanf (" %d", &j) != 1) - break; + break; if (j == -1) - exit (i); + exit (i); while (i <= j) - printf ("abcdefghijklmnopqrstuvwxyz%d\n", i++); + printf ("abcdefghijklmnopqrstuvwxyz%d\n", i++); } exit (0); }