mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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($)
|
sub Dump($)
|
||||||
{
|
{
|
||||||
my($idl) = shift;
|
my($idl) = shift;
|
||||||
$res = "/* Dumped by pidl */\n\n";
|
$res = "/* header auto-generated by pidl */\n\n";
|
||||||
foreach my $x (@{$idl}) {
|
foreach my $x (@{$idl}) {
|
||||||
($x->{TYPE} eq "INTERFACE") &&
|
($x->{TYPE} eq "INTERFACE") &&
|
||||||
DumpInterface($x);
|
DumpInterface($x);
|
||||||
|
Loading…
Reference in New Issue
Block a user