X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-u64.c;h=bdfc95f6c5760807cce2501e16d15e79cb89cfee;hb=e2a63fac22e576729ec906a853b0a9cddc197d91;hp=85e72478a3580ccee56e9506e8ace5b923caa716;hpb=f6778f81e486e47949f28d4160f099089797224b;p=gnulib.git diff --git a/tests/test-u64.c b/tests/test-u64.c index 85e72478a..bdfc95f6c 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-2011 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;