aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 5b942521..17ce9c10 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -281,7 +281,7 @@ typedef enum {
AWK_STRING,
AWK_ARRAY,
AWK_SCALAR, /* opaque access to a variable */
- AWK_VALUE_COOKIE, /* for updating a previously created value */
+ AWK_VALUE_COOKIE /* for updating a previously created value */
} awk_valtype_t;
/*