2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

fix stupid semicolon misplacement

git-svn-id: https://svn.fhem.de/fhem/trunk@2218 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-28 18:58:33 +00:00
parent 70562785b5
commit 33ca826514

View File

@ -91,7 +91,7 @@ YAMAHA_AVR_GetStatus($;$)
my $zone = YAMAHA_AVR_getZoneName($hash, $hash->{ACTIVE_ZONE});
if(not defined($zone));
if(not defined($zone))
{
InternalTimer(gettimeofday()+$hash->{helper}{INTERVAL}, "YAMAHA_AVR_GetStatus", $hash, 1) unless($local == 1);
return "No Zone available";