git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16927 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2010-03-06 02:06:00 +00:00
parent 545b561379
commit 599d42643c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ sub set_callback($;$$) {
$self->{_callback}->{$event} = shift;
}
sub render_event($;$$) {
sub render_event($;$) {
my $self = shift;
my $event = shift;
my $h = $event->firstHeader();