static char msg[]

This commit is contained in:
Mark Andrews 2006-12-21 06:11:43 +00:00
parent 186e7f37c9
commit 8ede3bb42e

View file

@ -3,7 +3,7 @@
use strict;
use warnings;
print 'char msg[] = "';
print 'static char msg[] = "';
my $lines = '';