diff options
Diffstat (limited to 'extension/ordchr.c')
-rw-r--r-- | extension/ordchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/ordchr.c b/extension/ordchr.c index c7451f6d..f0e90562 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -49,7 +49,7 @@ #define N_(msgid) msgid static const gawk_api_t *api; /* for convenience macros to work */ -static awk_ext_id_t *ext_id; +static awk_ext_id_t ext_id; static const char *ext_version = "ordchr extension: version 1.0"; static awk_bool_t (*init_func)(void) = NULL; |