summaryrefslogtreecommitdiff
path: root/msgpack/pack_template.h
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2015-01-09 04:10:25 +0900
committerINADA Naoki <songofacandy@gmail.com>2015-01-09 04:10:25 +0900
commitee0e435535800e51004e64d827d66bd8d30a1735 (patch)
treec9c36893f9338d1061c1975b8ecc9a0fb0a2485e /msgpack/pack_template.h
parentc25c8d724670ceb38c0c7a75274ccfe1be18ec02 (diff)
downloadmsgpack-python-ee0e435535800e51004e64d827d66bd8d30a1735.tar.gz
Fix compile error.
Diffstat (limited to 'msgpack/pack_template.h')
-rw-r--r--msgpack/pack_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/pack_template.h b/msgpack/pack_template.h
index 2879bbd..5d1088f 100644
--- a/msgpack/pack_template.h
+++ b/msgpack/pack_template.h
@@ -712,7 +712,7 @@ static inline int msgpack_pack_raw_body(msgpack_packer* x, const void* b, size_t
/*
* Ext
*/
-static inline int msgpack_pack_ext(msgpack_packer* x, int8_t typecode, size_t l)
+static inline int msgpack_pack_ext(msgpack_packer* x, char typecode, size_t l)
{
if (l == 1) {
unsigned char buf[2];