diff options
Diffstat (limited to 'libgfortran/runtime/main.c')
-rw-r--r-- | libgfortran/runtime/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/runtime/main.c b/libgfortran/runtime/main.c index 19c975f..d2cedf7 100644 --- a/libgfortran/runtime/main.c +++ b/libgfortran/runtime/main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002-2003 Free Software Foundation, Inc. +/* Copyright (C) 2002-2003, 2005 Free Software Foundation, Inc. Contributed by Andy Vaught and Paul Brook <paul@nowt.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -113,7 +113,7 @@ init (void) /* Cleanup the runtime library. */ static void __attribute__((destructor)) -cleanup () +cleanup (void) { close_units (); } |