X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-strchrnul.c;h=ea882e5543d5c0c5506fdf6c7650b36cd7c61b6c;hb=6948250861edce048d7bb3c6b47d13fa3649905e;hp=dc550661b47441f07c3b0592392b0e47850e5ed1;hpb=657b5b96df1184ec39abcd047bae7d6faacce52b;p=gnulib.git diff --git a/tests/test-strchrnul.c b/tests/test-strchrnul.c index dc550661b..ea882e554 100644 --- a/tests/test-strchrnul.c +++ b/tests/test-strchrnul.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Free Software Foundation + * Copyright (C) 2008, 2009 Free Software Foundation * Written by Eric Blake and Bruno Haible * * This program is free software: you can redistribute it and/or modify @@ -35,7 +35,7 @@ while (0) int -main () +main (void) { size_t n = 0x100000; char *input = malloc (n + 1);