diff options
Diffstat (limited to 'gl/tests/test-strerror.c')
-rw-r--r-- | gl/tests/test-strerror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/tests/test-strerror.c b/gl/tests/test-strerror.c index 3d9814d5d4..27eb969a70 100644 --- a/gl/tests/test-strerror.c +++ b/gl/tests/test-strerror.c @@ -1,5 +1,5 @@ /* Test of strerror() function. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2009 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 @@ -37,7 +37,7 @@ while (0) int -main (int argc, char **argv) +main (void) { char *str; |