fix stupid semicolon misplacement

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2218 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-28 18:58:33 +00:00
parent bae52a4802
commit fcca309c91

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