aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feature_to_c.sh')
-rw-r--r--feature_to_c.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/feature_to_c.sh b/feature_to_c.sh
index 53975ebca..dbf9f19c9 100644
--- a/feature_to_c.sh
+++ b/feature_to_c.sh
@@ -72,5 +72,5 @@ for input; do
echo " { \"$basename\", $arrayname }," >> $output
done
-echo " { 0, 0 }" >> $output
+echo " { (char *)0, (char *)0 }" >> $output
echo "};" >> $output