summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:44 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:44 +0000
commit70d73d7e0c05939443131ed815fabcd0b087483d (patch)
treef0c19c038c8be7fb4d1f6f4053bdd3d170ad52c4 /cmdline
parentbb3a5465800b93a7eba89ff663f5b7a1cecb1056 (diff)
Add missing \n
Author: doogie Date: 2001-04-28 01:18:37 GMT Add missing \n
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 6419299fc..1e3a94663 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-get.cc,v 1.105 2001/04/10 04:49:52 jgg Exp $
+// $Id: apt-get.cc,v 1.106 2001/04/28 01:18:37 doogie Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -968,7 +968,7 @@ bool TryToInstall(pkgCache::PkgIterator Pkg,pkgDepCache &Cache,
if (_config->FindB("APT::Get::ReInstall",false) == true)
{
if (Pkg->CurrentVer == 0 || Pkg.CurrentVer().Downloadable() == false)
- ioprintf(c1out,_("Sorry, re-installation of %s is not possible, it cannot be downloaded."),
+ ioprintf(c1out,_("Sorry, re-installation of %s is not possible, it cannot be downloaded.\n"),
Pkg.Name());
else
Cache.SetReInstall(Pkg,true);