diff options
Diffstat (limited to 'gawkapi.c')
-rw-r--r-- | gawkapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -335,7 +335,7 @@ api_unset_ERRNO(awk_ext_id_t id) static awk_bool_t api_add_ext_func(awk_ext_id_t id, const char *namespace, - const awk_ext_func_t *func) + awk_ext_func_t *func) { (void) id; (void) namespace; |