aboutsummaryrefslogtreecommitdiffstats
path: root/extension/testext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:02:11 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:02:11 +0200
commit99de0d0b65410e0c53239cce62df89094f9f2993 (patch)
tree6947934e9224e762c20a7a41b1a9f2a1d257d440 /extension/testext.c
parentcc8c981c9eaed42e1afd278afac787cd2aeab55f (diff)
parentd2bd8c645f8511288f93e244d5411ebc0166e9cd (diff)
downloadegawk-99de0d0b65410e0c53239cce62df89094f9f2993.tar.gz
egawk-99de0d0b65410e0c53239cce62df89094f9f2993.tar.bz2
egawk-99de0d0b65410e0c53239cce62df89094f9f2993.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/testext.c')
-rw-r--r--extension/testext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/testext.c b/extension/testext.c
index c1a03f5b..3815dbf5 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -42,7 +42,7 @@
#include "gawkapi.h"
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 = "testext extension: version 1.0";
int plugin_is_GPL_compatible;