aboutsummaryrefslogtreecommitdiffstats
path: root/extension/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/fnmatch.c')
-rw-r--r--extension/fnmatch.c2
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);