1
0

Made buffers static const

This commit is contained in:
Tycho
2014-03-16 07:59:58 -07:00
parent a427f004b8
commit 3e0dfbc7a1
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
unsigned char lua_basic_lua[] = {
static const unsigned char lua_basic_lua[] = {
0x2d, 0x2d, 0x20, 0x74, 0x6f, 0x6c, 0x75, 0x61, 0x3a, 0x20, 0x62, 0x61,
0x73, 0x69, 0x63, 0x20, 0x75, 0x74, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x20,
0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x0a, 0x2d, 0x2d,