aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:29:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:29:53 +0200
commit2af62b50e5b9574c0e169fb4d99c4912e56eef1f (patch)
treef4f264291d6597090fb36fc7f7cd725a105f557c /gawkapi.c
parent1358693d2464c89a8d715fa6104ed36b48e45990 (diff)
parent0f15f82e19b32823fe3fdf51052389ca3b60e92e (diff)
downloadegawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.tar.gz
egawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.tar.bz2
egawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'gawkapi.c')
-rw-r--r--gawkapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.c b/gawkapi.c
index 958c3c16..0b17dae2 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -326,7 +326,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;