fix stupid semicolon misplacement

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2218 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-28 18:58:33 +00:00
parent 6e65af9d85
commit 99c7abc269

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";