X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-string.c;h=019a8174acbcd542226b742385fe864c66abc5be;hb=880d107;hp=fe53cd9b152a584e9559ff43b55a38106416dcad;hpb=f78b0f838750cbcf2b8b84e81ec0c98c386a0200;p=gnulib.git diff --git a/tests/test-string.c b/tests/test-string.c index fe53cd9b1..019a8174a 100644 --- a/tests/test-string.c +++ b/tests/test-string.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010 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 @@ -27,7 +27,7 @@ verify (sizeof NULL == sizeof (void *)); int -main () +main (void) { return 0; }