summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/zlibutils.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-04-01 01:34:29 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-04-01 01:34:29 +0000
commit67ae268b0a4411d6b00b07a3ee2b0104fdb98925 (patch)
tree69d6ee316837e8a019bd99499e99b26dd7c0c96e /tools/tmxcopy/zlibutils.cpp
parent27dadee08e63f5392c8ec2b24d6733b4e306307e (diff)
downloadmana-client-67ae268b0a4411d6b00b07a3ee2b0104fdb98925.tar.gz
mana-client-67ae268b0a4411d6b00b07a3ee2b0104fdb98925.tar.bz2
mana-client-67ae268b0a4411d6b00b07a3ee2b0104fdb98925.tar.xz
mana-client-67ae268b0a4411d6b00b07a3ee2b0104fdb98925.zip
compilation fixes suggested by peavey.
Diffstat (limited to 'tools/tmxcopy/zlibutils.cpp')
-rw-r--r--tools/tmxcopy/zlibutils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tmxcopy/zlibutils.cpp b/tools/tmxcopy/zlibutils.cpp
index 9145f459..39c19aee 100644
--- a/tools/tmxcopy/zlibutils.cpp
+++ b/tools/tmxcopy/zlibutils.cpp
@@ -119,3 +119,4 @@ compressMemory(unsigned char *in, unsigned int inLength,
assert (ret == Z_OK);
}
+*/