summaryrefslogtreecommitdiffstats
path: root/tools/make-enums.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make-enums.py')
-rwxr-xr-xtools/make-enums.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-enums.py b/tools/make-enums.py
index b6a2835e..74274313 100755
--- a/tools/make-enums.py
+++ b/tools/make-enums.py
@@ -51,7 +51,7 @@ def parse_files(infiles, outfile):
source += """
#define ENUM(arg) { #arg, arg }
-static ws_enum_t all_enums[] = {
+static ws_enum_t const all_enums[] = {
"""
definitions = parser.defs['values']