Remove extra space while I am being ultra picky.

This commit is contained in:
Scott Ullrich 2007-02-23 01:39:00 +00:00
parent b3726bb466
commit 5059da0306

View File

@ -129,7 +129,7 @@ function resync_all_package_configs($show_message = false) {
if($restart_sync == true) {
$restart_sync = false;
if($pkg_interface == "console")
echo "\nSyncing packages: ";
echo "\nSyncing packages:";
}
$i++;
}