From: Tim Kientzle Date: Thu, 22 Dec 2011 05:47:08 +0000 (-0500) Subject: Correct a comment. X-Git-Tag: v3.0.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682b44d42c2a4e33978beab40dca91ce357fd422;p=thirdparty%2Flibarchive.git Correct a comment. SVN-Revision: 3955 --- diff --git a/libarchive/archive.h b/libarchive/archive.h index 2dd167129..83b6b3a56 100644 --- a/libarchive/archive.h +++ b/libarchive/archive.h @@ -124,7 +124,7 @@ extern "C" { * easy to compare versions at build time: for version a.b.c, the * version number is printf("%d%03d%03d",a,b,c). For example, if you * know your application requires version 2.12.108 or later, you can - * assert that ARCHIVE_VERSION >= 2012108. + * assert that ARCHIVE_VERSION_NUMBER >= 2012108. */ /* Note: Compiler will complain if this does not match archive_entry.h! */ #define ARCHIVE_VERSION_NUMBER 3000001