From 01ebdbd4ab4f59f93d5ce91fa4db744afe343210 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:40 +0000 Subject: Fixed a typo Author: jgg Date: 1999-05-04 20:09:48 GMT Fixed a typo --- apt-pkg/cachefile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/cachefile.cc') 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) { } /*}}}*/ -- cgit v1.2.3