summaryrefslogtreecommitdiff
path: root/test-it.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 /test-it.c
parentfabd02b4bb0c1df2b65ea682b29087a1776954ed (diff)
Simplified writing.
Diffstat (limited to 'test-it.c')
-rw-r--r--test-it.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-it.c b/test-it.c
index b6331d9..5a0b76b 100644
--- a/test-it.c
+++ b/test-it.c
@@ -4,7 +4,7 @@
#include "mpq-errors.h"
int main(int argc, char ** argv) {
- mpq_archive_t * t1;
+ struct mpq_archive_t * t1;
char * fname = "test.mpq";
mpqlib_init();