mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
changed auto-generated comment for headers
(This used to be commit 24ec2f1f81
)
This commit is contained in:
parent
e42a8b3db9
commit
a1cd69698f
@ -123,7 +123,7 @@ sub DumpInterface($)
|
||||
sub Dump($)
|
||||
{
|
||||
my($idl) = shift;
|
||||
$res = "/* Dumped by pidl */\n\n";
|
||||
$res = "/* header auto-generated by pidl */\n\n";
|
||||
foreach my $x (@{$idl}) {
|
||||
($x->{TYPE} eq "INTERFACE") &&
|
||||
DumpInterface($x);
|
||||
|
Loading…
Reference in New Issue
Block a user