70_STV: $undef --> undef - code fixed

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12857 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Zwiebel 2016-12-21 11:59:33 +00:00
parent 777826b89a
commit e116b4834f

View File

@ -661,7 +661,7 @@ sub STV_Set($@)
}
return $ret;
}
return $undef;
return undef;
}
1;