]> git.saurik.com Git - apt.git/commitdiff
Add missing \n
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:44 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:44 +0000 (16:57 +0000)
Author: doogie
Date: 2001-04-28 01:18:37 GMT
Add missing \n

cmdline/apt-get.cc

index 6419299fcd227fb5dd6d13ffbcc1020aa99b2c7e..1e3a946638b451e507b81e22a9b629fbd8fe012c 100644 (file)
@@ -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);