summaryrefslogtreecommitdiff
path: root/scripts/pso2h.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pso2h.py')
-rwxr-xr-xscripts/pso2h.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/pso2h.py b/scripts/pso2h.py
index 0ce063f..c60f85e 100755
--- a/scripts/pso2h.py
+++ b/scripts/pso2h.py
@@ -38,7 +38,8 @@ _template = """/*
static const char *%s[] =
{
-%s};
+%s NULL
+};
#endif
"""