]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: fix compiler warning
authorKarel Zak <kzak@redhat.com>
Thu, 18 Apr 2013 09:23:34 +0000 (11:23 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 18 Apr 2013 09:23:34 +0000 (11:23 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/helpers/test_byteswap.c

index 7467ed2707c9f876eceb803656e086bed8d48626..0b996e09bff8fd903c424c3162bd5f3fdf37406b 100644 (file)
@@ -48,7 +48,7 @@ uint64_t ary64[] = {
        0x0000000000000000, 0x0000000000000000
        };
 
-int main()
+int main(void)
 {
        int     i;
        int     errors = 0;