From 649c09480469f32a489165d943cd360ffec662d1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 17 May 2011 16:00:23 +0000 Subject: [PATCH] - another update_versions fix svn path=/trunk/boinc/; revision=23553 --- tools/update_versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_versions b/tools/update_versions index 9240cc43b9..fc0902e8fc 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -90,7 +90,7 @@ function file_ref_xml($fd) { if ($fd->main_program) { $xml .= " \n"; } - $xml .= "\n"; + $xml .= "\n"; return $xml; }