summaryrefslogtreecommitdiffstats
path: root/common/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/arch.h')
-rw-r--r--common/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.h b/common/arch.h
index 7070d6ae..dfeaa596 100644
--- a/common/arch.h
+++ b/common/arch.h
@@ -140,7 +140,7 @@ typedef signed long long tsi64;
#ifdef __cplusplus
extern "C" {
#endif
- tintptr mod_init();
+ tintptr mod_init(void);
int mod_exit(tintptr);
#ifdef __cplusplus
}