mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
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:
parent
c1a30645c1
commit
344eb0a843
@ -661,7 +661,7 @@ sub STV_Set($@)
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
return $undef;
|
||||
return undef;
|
||||
}
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user