From 8102fd0495d99bad35187f3b197c7b3ba27f260f Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 18 Oct 2005 03:14:39 +0000 Subject: [PATCH] Typo. --- include/cdio/ecma_167.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cdio/ecma_167.h b/include/cdio/ecma_167.h index cd82651f..c4cd61c1 100644 --- a/include/cdio/ecma_167.h +++ b/include/cdio/ecma_167.h @@ -625,7 +625,7 @@ typedef struct udf_icbtag_s udf_icbtag_t; struct indirect_entry_s { udf_tag_t tag; - icbtag_t icb_tag; + udf_icbtag_t icb_tag; udf_long_ad_t indirect_ICB; } GNUC_PACKED;