mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 17:48:44 +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:
parent
a7a0a213b5
commit
df60171240
@ -1,5 +1,6 @@
|
||||
################################################################
|
||||
# $Id$
|
||||
# vim: ts=2:et
|
||||
#
|
||||
# (c) 2012 Copyright: Martin Fischer (m_fischer at gmx dot de)
|
||||
# All rights reserved
|
||||
@ -145,7 +146,7 @@ readModpath($$)
|
||||
push @pathname, $file;
|
||||
}
|
||||
}
|
||||
return $ret;;
|
||||
return $ret;
|
||||
}
|
||||
|
||||
sub
|
||||
@ -187,8 +188,6 @@ createArchiv($)
|
||||
return $ret;
|
||||
}
|
||||
|
||||
# vim: ts=2:et
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
|
Loading…
x
Reference in New Issue
Block a user