diff options
Diffstat (limited to 'feature_to_c.sh')
-rw-r--r-- | feature_to_c.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature_to_c.sh b/feature_to_c.sh index 53975ebca7..dbf9f19c91 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 |