diff options
Diffstat (limited to 'gcc/m2/pge-boot/GStorage.c')
-rw-r--r-- | gcc/m2/pge-boot/GStorage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/m2/pge-boot/GStorage.c b/gcc/m2/pge-boot/GStorage.c index 8d6661a..d3b8776 100644 --- a/gcc/m2/pge-boot/GStorage.c +++ b/gcc/m2/pge-boot/GStorage.c @@ -67,6 +67,6 @@ extern "C" void _M2_Storage_init (__attribute__((unused)) int argc,__attribute__ { } -extern "C" void _M2_Storage_finish (__attribute__((unused)) int argc,__attribute__((unused)) char *argv[],__attribute__((unused)) char *envp[]) +extern "C" void _M2_Storage_fini (__attribute__((unused)) int argc,__attribute__((unused)) char *argv[],__attribute__((unused)) char *envp[]) { } |