aboutsummaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadlib.c b/loadlib.c
index ddfecca9..c0ec9a13 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -69,7 +69,7 @@ static const char *const CLIBS = "_CLIBS";
69 69
70/* 70/*
71** Special type equivalent to '(void*)' for functions in gcc 71** Special type equivalent to '(void*)' for functions in gcc
72** (to supress warnings when converting function pointers) 72** (to suppress warnings when converting function pointers)
73*/ 73*/
74typedef void (*voidf)(void); 74typedef void (*voidf)(void);
75 75