diff options
author | Stefan Bellon <[email protected]> | 2002-08-03 18:35:16 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-08-03 18:35:16 +0000 |
commit | 582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d (patch) | |
tree | fdf1ffdc95ccb3bf1369169d1c2f84a91b7657d6 /util/riscos.c | |
parent | The big extension module removal. (diff) | |
download | gnupg-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.tar.gz gnupg-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.zip |
RISC OS changes due to dynload removal
Diffstat (limited to '')
-rw-r--r-- | util/riscos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/riscos.c b/util/riscos.c index e0844a205..18d15c2d7 100644 --- a/util/riscos.c +++ b/util/riscos.c @@ -96,7 +96,7 @@ riscos_set_filetype_by_number(const char *filename, int type) /* exported RISC OS functions */ void -riscos_global_defaults() +riscos_global_defaults(void) { __riscosify_control = __RISCOSIFY_NO_PROCESS; __feature_imagefs_is_file = 1; |