]> git.saurik.com Git - apt.git/commitdiff
Fixed a typo
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:40 +0000 (16:53 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:53:40 +0000 (16:53 +0000)
Author: jgg
Date: 1999-05-04 20:09:48 GMT
Fixed a typo

apt-pkg/cachefile.cc

index 88c3fa81a4ed154988ea89455b72e0dec2463d0f..2efa0522cd92ae72e950d0adb6e761eea0d7369c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cachefile.cc,v 1.2 1999/04/19 02:35:38 jgg Exp $
+// $Id: cachefile.cc,v 1.3 1999/05/04 20:09:48 jgg Exp $
 /* ######################################################################
    
    CacheFile - Simple wrapper class for opening, generating and whatnot
@@ -26,7 +26,7 @@
 // CacheFile::CacheFile - Constructor                                  /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-pkgCacheFile::pkgCacheFile() : Map(0), Cache(0), Lock() 
+pkgCacheFile::pkgCacheFile() : Map(0), Cache(0), Lock(0
 {
 }
                                                                        /*}}}*/