mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
pidl: Remove superfluous semicolon in perl code.
Michael
This commit is contained in:
@@ -391,7 +391,7 @@ sub _Error {
|
||||
error($_[0]->YYData, $_[0]->YYData->{ERRMSG});
|
||||
delete $_[0]->YYData->{ERRMSG};
|
||||
return;
|
||||
};
|
||||
}
|
||||
my $last_token = $_[0]->YYData->{LAST_TOKEN};
|
||||
|
||||
error($_[0]->YYData, "Syntax error near '$last_token'");
|
||||
|
||||
@@ -2408,7 +2408,7 @@ sub _Error {
|
||||
error($_[0]->YYData, $_[0]->YYData->{ERRMSG});
|
||||
delete $_[0]->YYData->{ERRMSG};
|
||||
return;
|
||||
};
|
||||
}
|
||||
my $last_token = $_[0]->YYData->{LAST_TOKEN};
|
||||
|
||||
error($_[0]->YYData, "Syntax error near '$last_token'");
|
||||
|
||||
Reference in New Issue
Block a user