X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-time.c;h=0c78f36c663ae20f06224cb60b196480c38b749c;hb=395f9e6a19b504609aa8b0bd7f8cc55d4547d8dd;hp=ea8143737f16cd0099831f868966accabcc4cee4;hpb=2f5181b1a247323cb2a4a4c6165997674866bb20;p=gnulib.git diff --git a/tests/test-time.c b/tests/test-time.c index ea8143737..0c78f36c6 100644 --- a/tests/test-time.c +++ b/tests/test-time.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 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 @@ -29,7 +29,7 @@ struct timespec a; verify (sizeof NULL == sizeof (void *)); int -main () +main (void) { return 0; }