diff options
Diffstat (limited to 'loadlib.c')
-rw-r--r-- | loadlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
74 | typedef void (*voidf)(void); | 74 | typedef void (*voidf)(void); |
75 | 75 | ||