mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
static char msg[]
This commit is contained in:
parent
186e7f37c9
commit
8ede3bb42e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
print 'char msg[] = "';
|
||||
print 'static char msg[] = "';
|
||||
|
||||
my $lines = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue