From 1dd70048aed615cde08f96709ca6a00ebb4ae6cd Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 11 Jan 2018 21:54:26 +0200 Subject: Remove incorrect * on ext_id in extensions and in doc. --- extension/filefuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/filefuncs.c') diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 64016402..99b5eda2 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -144,7 +144,7 @@ get_inode(const char *fname) #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 awk_bool_t init_filefuncs(void); static awk_bool_t (*init_func)(void) = init_filefuncs; static const char *ext_version = "filefuncs extension: version 1.0"; -- cgit v1.2.3