- another update_versions fix

svn path=/trunk/boinc/; revision=23553
This commit is contained in:
David Anderson 2011-05-17 16:00:23 +00:00
parent d9920ba520
commit 649c094804
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function file_ref_xml($fd) {
if ($fd->main_program) {
$xml .= " <main_program/>\n";
}
$xml .= "<file_ref>\n";
$xml .= "</file_ref>\n";
return $xml;
}