diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-11-03 07:41:31 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-11-03 07:41:31 +0100 |
commit | ee594d6c64f09259d6e80568de4f533c08bc93aa (patch) | |
tree | 60bfae025916eb5456230099ef06ac9b782d25d9 /gl/tests/test-stdio.c | |
parent | e3a268ca8093434d04f351a77e374f8adf63c0a5 (diff) | |
download | gnutls-ee594d6c64f09259d6e80568de4f533c08bc93aa.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl/tests/test-stdio.c')
-rw-r--r-- | gl/tests/test-stdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/tests/test-stdio.c b/gl/tests/test-stdio.c index dcfe38dd51..3f2f0677f0 100644 --- a/gl/tests/test-stdio.c +++ b/gl/tests/test-stdio.c @@ -30,7 +30,7 @@ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; verify (sizeof NULL == sizeof (void *)); int -main () +main (void) { return 0; } |