summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/NDR.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-03 23:08:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:47 -0500
commit4be0aa0d31db0ec4665fd476775d3ada016499f1 (patch)
tree266a984252f720481cf1985fde0b3d24caa20044 /source4/pidl/lib/Parse/Pidl/NDR.pm
parent3c9a28f85ed4dd8ed265581d3ded8fcc907b6645 (diff)
downloadsamba-4be0aa0d31db0ec4665fd476775d3ada016499f1.tar.gz
samba-4be0aa0d31db0ec4665fd476775d3ada016499f1.tar.bz2
samba-4be0aa0d31db0ec4665fd476775d3ada016499f1.zip
r19544: Fix case of 'warning'.
(This used to be commit 4f1f541837db31322d875b6d2452c3f3a0d37fcd)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/NDR.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/NDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/NDR.pm b/source4/pidl/lib/Parse/Pidl/NDR.pm
index cd8aa214ff..6a3698a920 100644
--- a/source4/pidl/lib/Parse/Pidl/NDR.pm
+++ b/source4/pidl/lib/Parse/Pidl/NDR.pm
@@ -75,7 +75,7 @@ my $scalar_alignment = {
sub nonfatal($$)
{
my ($e,$s) = @_;
- warn ("$e->{FILE}:$e->{LINE}: Warning: $s\n");
+ warn ("$e->{FILE}:$e->{LINE}: warning: $s\n");
}
#####################################################################