summaryrefslogtreecommitdiff
path: root/mpq-file.c
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-09 19:06:25 +0000
committerpixel <pixel>2007-07-09 19:06:25 +0000
commit18ceb4dedfd48580a5649f8c31aaf72614790e72 (patch)
tree9646cc1b0d8b7d8de545a5b9894f132846d5f223 /mpq-file.c
parentfabd02b4bb0c1df2b65ea682b29087a1776954ed (diff)
Simplified writing.
Diffstat (limited to 'mpq-file.c')
-rw-r--r--mpq-file.c4
1 files changed, 2 insertions, 2 deletions
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;