From 5059da03068187de8272b6fa30433eeebbf64c5a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 23 Feb 2007 01:39:00 +0000 Subject: [PATCH] Remove extra space while I am being ultra picky. --- etc/inc/pkg-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index f2c65bdea4..0d5a46b755 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -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++; }