aboutsummaryrefslogtreecommitdiffstats
path: root/extension/inplace.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/inplace.c')
-rw-r--r--extension/inplace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/inplace.c b/extension/inplace.c
index f89017b7..daed0654 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -70,7 +70,7 @@ mkstemp (char *template)
#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 = "inplace extension: version 1.0";
int plugin_is_GPL_compatible;