From f3b85153669a7780a0ee1dae4f0865165b071b62 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 27 Feb 2017 10:30:32 +0100 Subject: [PATCH] Corrected an error in description of isoburn_igopt_get_iso_mbr_part_type() --- 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 376f7fc8..55cde9ee 100644 --- a/libisoburn/libisoburn.h +++ b/libisoburn/libisoburn.h @@ -2003,7 +2003,7 @@ int isoburn_igopt_get_part_like_isohybrid(struct isoburn_imgen_opts *opts, int isoburn_igopt_set_iso_mbr_part_type(struct isoburn_imgen_opts *opts, int part_type); -/** Inquire the current setting of isoburn_igopt_set_part_like_isohybrid(). +/** Inquire the current setting of isoburn_igopt_set_iso_mbr_part_type(). @since 1.4.8 @param opts The option set to be inquired. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 767879ca..710a85e0 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2017.02.27.091402" +#define Xorriso_timestamP "2017.02.27.092840"