add static modifier to piclib sources

This commit is contained in:
Yuichi Nishiwaki 2014-05-21 00:28:54 +09:00
parent 8388e8ed33
commit dfc33c4f11
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ EOL
foreach my $file (@ARGV) {
my $var = &escape_v($file);
print "const char *$var =\n";
print "static const char *$var =\n";
open IN, $file;
while (<IN>) {