Corrected typo in remark

This commit is contained in:
Thomas Schmitt 2010-05-21 13:45:48 +00:00
parent bcc6a38094
commit 1402341264
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ int isoburn_initialize(char msg[1024], int flag);
major.minor.micro revision triple can be delivered by the library version major.minor.micro revision triple can be delivered by the library version
which is performing this call. which is performing this call.
An application of libisoburn can easily memorize the version of the 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: it should simply do this check:
if (! isoburn_is_compatible(isoburn_header_version_major, if (! isoburn_is_compatible(isoburn_header_version_major,
isoburn_header_version_minor, isoburn_header_version_minor,

View File

@ -1 +1 @@
#define Xorriso_timestamP "2010.05.21.133627" #define Xorriso_timestamP "2010.05.21.134500"