getaddrinfo: Doc fix.
[pspp] / tests / test-fopen-safer.c
index e6133649d7a4080fda045d23b8ca7263fada2664..20a0c13f12d4fc3e88ecc4ca90f23999aefe0034 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of opening a file stream.
-   Copyright (C) 2007-2009 Free Software Foundation, Inc.
+   Copyright (C) 2007-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
@@ -25,7 +25,7 @@
 #include "test-fopen.h"
 
 int
-main ()
+main (void)
 {
   return test_fopen ();
 }