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 a1c15499c2
commit 1c98a27ff3

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