From 18ceb4dedfd48580a5649f8c31aaf72614790e72 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 19:06:25 +0000 Subject: Simplified writing. --- mpq-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpq-file.c') diff --git a/mpq-file.c b/mpq-file.c index 27cc9f2..2fc372b 100644 --- a/mpq-file.c +++ b/mpq-file.c @@ -1,8 +1,8 @@ #include "mpq-bios.h" #include "mpq-file.h" -struct mpq_file_internals_t { - mpq_archive_t * mpq_a; +struct mpq_file_t { + struct mpq_archive_t * mpq_a; int entry; int number_of_sectors; int remaining_bytes; -- cgit v1.2.3