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

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

View File

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