- small size tweak
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:31:21 +0000 (21:31 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 20 Jan 2007 21:31:21 +0000 (21:31 -0000)
coreutils/tail.c

index 98fbcc7c4cf8d195f3d25f8dc7ad533df224ba8e..4baffeed124047b847e079e27cc08883b0048f66 100644 (file)
@@ -66,7 +66,7 @@ int tail_main(int argc, char **argv)
 {
        unsigned count = 10;
        unsigned sleep_period = 1;
-       int from_top = 0;
+       bool from_top = 0;
        int header_threshhold = 1;
        const char *str_c, *str_n, *str_s;