summaryrefslogtreecommitdiff
path: root/source4/pidl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-26 15:38:45 +0100
committerMichael Adam <obnox@samba.org>2008-02-26 16:41:09 +0100
commitbcca7d43c8dc1c96f060a3daff8f0e43c43129c2 (patch)
treee116f122683729be4e4aea34c1635725b9c78577 /source4/pidl
parent9d6ce7efaabd2554519afdccd6e12fbba05930da (diff)
downloadsamba-bcca7d43c8dc1c96f060a3daff8f0e43c43129c2.tar.gz
samba-bcca7d43c8dc1c96f060a3daff8f0e43c43129c2.tar.bz2
samba-bcca7d43c8dc1c96f060a3daff8f0e43c43129c2.zip
pidl: Remove superfluous semicolon in perl code.
Michael (This used to be commit 85f707c6abc48739c0c3b423ac0b196d2b75e40c)
Diffstat (limited to 'source4/pidl')
-rw-r--r--source4/pidl/idl.yp2
-rw-r--r--source4/pidl/lib/Parse/Pidl/IDL.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/idl.yp b/source4/pidl/idl.yp
index 028b628e18..c7ca0c7604 100644
--- a/source4/pidl/idl.yp
+++ b/source4/pidl/idl.yp
@@ -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'");
diff --git a/source4/pidl/lib/Parse/Pidl/IDL.pm b/source4/pidl/lib/Parse/Pidl/IDL.pm
index aeee69e306..4adb4dcea8 100644
--- a/source4/pidl/lib/Parse/Pidl/IDL.pm
+++ b/source4/pidl/lib/Parse/Pidl/IDL.pm
@@ -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'");