2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

needless semicolon removed

git-svn-id: https://svn.fhem.de/fhem/trunk@2143 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs 2012-11-19 22:25:07 +00:00
parent a7a0a213b5
commit df60171240

View File

@ -1,5 +1,6 @@
################################################################ ################################################################
# $Id$ # $Id$
# vim: ts=2:et
# #
# (c) 2012 Copyright: Martin Fischer (m_fischer at gmx dot de) # (c) 2012 Copyright: Martin Fischer (m_fischer at gmx dot de)
# All rights reserved # All rights reserved
@ -145,7 +146,7 @@ readModpath($$)
push @pathname, $file; push @pathname, $file;
} }
} }
return $ret;; return $ret;
} }
sub sub
@ -187,8 +188,6 @@ createArchiv($)
return $ret; return $ret;
} }
# vim: ts=2:et
1; 1;
=pod =pod