Skip to content
Snippets Groups Projects
Commit 39c27d86 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor

parent da922e08
No related branches found
No related tags found
No related merge requests found
...@@ -34,9 +34,10 @@ sub check_xml { ...@@ -34,9 +34,10 @@ sub check_xml {
location => $filename, location => $filename,
no_blanks => 1, no_blanks => 1,
compact => 1 compact => 1
); )
}; };
push @errorneous, $filename if $@; push @errorneous, $filename if $@;
return;
} ## end sub check_xml } ## end sub check_xml
sub process_sip () { sub process_sip () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment