diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/manifest2header.awk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/manifest2header.awk b/scripts/manifest2header.awk index b141a8b..8a114bc 100755 --- a/scripts/manifest2header.awk +++ b/scripts/manifest2header.awk @@ -19,5 +19,5 @@ BEGIN {  END {  	print "#define HH_TM_SIZE "offset  	print "#define HH_TM_GROUPS "groups -	print "const static uint8_t hh_palette_lut[]={"arr", NULL};" +	print "const static int hh_palette_lut[]={"arr", NULL};"  } |