diff options
Diffstat (limited to 'extension/fnmatch.c')
-rw-r--r-- | extension/fnmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/fnmatch.c b/extension/fnmatch.c index 5119bfda..9e39e433 100644 --- a/extension/fnmatch.c +++ b/extension/fnmatch.c @@ -90,7 +90,7 @@ #endif 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 = "fnmatch extension: version 1.0"; static awk_bool_t init_fnmatch(void); |