Fix last commit.
[pspp] / tests / test-u64.c
index 85e72478a3580ccee56e9506e8ace5b923caa716..c34522709dfc0be50e23d86c51b24e96e31f12b1 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <u64.h>
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 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
@@ -21,7 +21,7 @@
 #include <u64.h>
 
 int
-main ()
+main (void)
 {
   u64 i = u64init (42, 4711);
   u64 j, k, l;