fix prototype missmatch mistake

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-14 18:05:21 +00:00
parent 6b1e1f50d0
commit cfaacee6a2

View File

@@ -67,7 +67,7 @@ YAMAHA_AVR_Initialize($)
###################################
sub
YAMAHA_AVR_GetStatus($;$$)
YAMAHA_AVR_GetStatus($;$)
{
my ($hash, $local) = @_;
my $name = $hash->{NAME};