X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-u64.c;h=7e425cb0cb8cdd1c6aeb9a82089a7e70803df12b;hb=b0f648cf3ba46b06c44bf84ec74480a42f8666ba;hp=85e72478a3580ccee56e9506e8ace5b923caa716;hpb=f6778f81e486e47949f28d4160f099089797224b;p=gnulib.git diff --git a/tests/test-u64.c b/tests/test-u64.c index 85e72478a..7e425cb0c 100644 --- a/tests/test-u64.c +++ b/tests/test-u64.c @@ -1,5 +1,5 @@ /* Test of - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #include int -main () +main (void) { u64 i = u64init (42, 4711); u64 j, k, l;