mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
version: fix missing semicolon (Forum: #47373)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10479 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
062e3e4247
commit
23a02f2fba
@ -29,7 +29,7 @@ CommandVersion($$)
|
|||||||
next if(grep(/$mod_name/, @ret));
|
next if(grep(/$mod_name/, @ret));
|
||||||
Log 4, "Looking for SVN Id in module $mod_name";
|
Log 4, "Looking for SVN Id in module $mod_name";
|
||||||
|
|
||||||
$max = length($mod_name) if($max < length($mod_name))
|
$max = length($mod_name) if($max < length($mod_name));
|
||||||
|
|
||||||
my $line;
|
my $line;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user