From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:07 +0000 (+0000) Subject: Fixed typo X-Git-Tag: 0.7.24ubuntu1~1437 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7049d16d301fc4a26f27d3cd39c95a01003aabb6 Fixed typo Author: jgg Date: 1999-03-16 07:27:17 GMT Fixed typo --- diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 8bbc6174d..a6eaeaa79 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.cc,v 1.22 1999/03/16 00:43:55 jgg Exp $ +// $Id: strutl.cc,v 1.23 1999/03/16 07:27:17 jgg Exp $ /* ###################################################################### String Util - Some usefull string functions. @@ -20,7 +20,7 @@ #endif #include -#include +#include #include #include