From 14023412643f7c33337573199ca28b75cfdd22f5 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 21 May 2010 13:45:48 +0000 Subject: [PATCH] Corrected typo in remark --- libisoburn/libisoburn.h | 2 +- xorriso/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/libisoburn.h b/libisoburn/libisoburn.h index 124e4ba8..b3e4d3e7 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -164,7 +164,7 @@ int isoburn_initialize(char msg[1024], int flag); major.minor.micro revision triple can be delivered by the library version which is performing this call. An application of libisoburn can easily memorize the version of the - libisofs.h header in its own code. Immediately after isoburn_initialize() + libisoburn.h header in its own code. Immediately after isoburn_initialize() it should simply do this check: if (! isoburn_is_compatible(isoburn_header_version_major, isoburn_header_version_minor, diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 10136b2b..c590d4fc 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2010.05.21.133627" +#define Xorriso_timestamP "2010.05.21.134500"