summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/IDL.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-27 13:17:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-27 13:17:08 +0100
commite20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38 (patch)
tree0daf321bd175d97b6813222002f1ebc9160efb42 /source4/pidl/lib/Parse/Pidl/IDL.pm
parent39eb63039163cf7625edf5c0a33112a0659c3eca (diff)
parentc9009b9876e14ce9bd9e6941a8344e1f5e47dd21 (diff)
downloadsamba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.tar.gz
samba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.tar.bz2
samba-e20f1bb6dba342fcc91d3fcf28d64c7d5fd39a38.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake-simple
(This used to be commit a9fe1b785dd59acbfab4eb90256e7a0cb0f4da6e)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/IDL.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/IDL.pm2
1 files changed, 1 insertions, 1 deletions
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'");