- remove useless ';'
authorMichael Schroeder <mls@suse.de>
Fri, 29 Oct 2010 15:58:10 +0000 (17:58 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 10 Nov 2010 13:30:42 +0000 (14:30 +0100)
Build/Kiwi.pm

index 17980b5..df04fe3 100644 (file)
@@ -98,7 +98,7 @@ sub findFallBackArchs {
   }
 
   return @fa
-};
+}
 
 sub kiwiparse {
   my ($xml, $arch, $count) = @_;