diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:40 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:40 +0000 |
commit | 01ebdbd4ab4f59f93d5ce91fa4db744afe343210 (patch) | |
tree | f99825f42f5acd0aa8121804320399582fe322aa /apt-pkg/cachefile.cc | |
parent | 813c8eea956b2dee1e7a4a8018a1e94880a2cfbf (diff) |
Fixed a typo
Author: jgg
Date: 1999-05-04 20:09:48 GMT
Fixed a typo
Diffstat (limited to 'apt-pkg/cachefile.cc')
-rw-r--r-- | apt-pkg/cachefile.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/cachefile.cc b/apt-pkg/cachefile.cc index 88c3fa81a..2efa0522c 100644 --- a/apt-pkg/cachefile.cc +++ b/apt-pkg/cachefile.cc @@ -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) { } /*}}}*/ |