summaryrefslogtreecommitdiff
path: root/test-it.c
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-06 16:26:27 +0000
committerpixel <pixel>2007-07-06 16:26:27 +0000
commit1843b364cb6b364f13d40296f65bcd7b25d3f6e8 (patch)
treed63d59dad31148450382db5c8a50af0128c5328f /test-it.c
parent36fd1a3846fcb08abdf5dafcd6703586b51e369e (diff)
Adding test-it to makefile, and fixing 64-bits offsets.
Diffstat (limited to 'test-it.c')
-rw-r--r--test-it.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-it.c b/test-it.c
index 0d13e87..b6331d9 100644
--- a/test-it.c
+++ b/test-it.c
@@ -22,4 +22,6 @@ int main(int argc, char ** argv) {
mpqlib_printtables(t1);
mpqlib_close_archive(t1);
+
+ return 0;
}