diff options
author | jackpoz <giacomopoz@gmail.com> | 2015-06-13 19:16:10 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2015-06-13 19:16:10 +0200 |
commit | 718c238524e5d9bc4d43c56c4870c78af794f520 (patch) | |
tree | eb4430627ec37c67e5ec23f026fe63500ebdf526 /dep/libmpq/tools | |
parent | 0d66b1917e53b38f5a0b6ee44c59e76315405bd6 (diff) |
Dep/libmpq: Update libmpq to https://github.com/mbroemme/libmpq/commit/d59b4cf1d107b5f6a0f67d6bc545c6c6ebef3d74
Update libmpq to https://github.com/mbroemme/libmpq/commit/d59b4cf1d107b5f6a0f67d6bc545c6c6ebef3d74 and add some custom change to fix additional build warnings, diff is included.
Extracting dbcs, maps, vmaps and mmaps is not required.
Diffstat (limited to 'dep/libmpq/tools')
-rw-r--r-- | dep/libmpq/tools/crypt_buf_gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/libmpq/tools/crypt_buf_gen.c b/dep/libmpq/tools/crypt_buf_gen.c index 3d150fc661f..c6b1cbc60a6 100644 --- a/dep/libmpq/tools/crypt_buf_gen.c +++ b/dep/libmpq/tools/crypt_buf_gen.c @@ -1,8 +1,8 @@ /* * crypt_buf_gen.c -- tool to re-create the static decryption buffer. * - * Copyright (c) 2003-2008 Maik Broemme <mbroemme@plusserver.de> - * Copyright (c) 2008 Georg Lukas <georg@op-co.de> + * Copyright (c) 2003-2011 Maik Broemme <mbroemme@libmpq.org> + * Copyright (c) 2008-2011 Georg Lukas <georg@op-co.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |