diff options
author | INADA Naoki <songofacandy@gmail.com> | 2015-01-07 16:09:39 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2015-01-07 16:09:39 +0900 |
commit | 868d149efc79ff4f2e992a0ea052b6b79a0af460 (patch) | |
tree | ad689ad3fce06cfb97fd7a101fd7975769ff158d /msgpack/pack.h | |
parent | 5bc685973d133a6c47f28437d52040ee1ae0f1e5 (diff) | |
parent | 198196c73116120a7ed1108abb3e17a0e971f381 (diff) | |
download | msgpack-python-868d149efc79ff4f2e992a0ea052b6b79a0af460.tar.gz |
Merge branch 'master' of github.com:msgpack/msgpack-python0.4.3
Diffstat (limited to 'msgpack/pack.h')
-rw-r--r-- | msgpack/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/pack.h b/msgpack/pack.h index a71c87b..971065c 100644 --- a/msgpack/pack.h +++ b/msgpack/pack.h @@ -71,7 +71,7 @@ static inline int msgpack_pack_raw(msgpack_packer* pk, size_t l); static inline int msgpack_pack_bin(msgpack_packer* pk, size_t l); static inline int msgpack_pack_raw_body(msgpack_packer* pk, const void* b, size_t l); -static inline int msgpack_pack_ext(msgpack_packer* pk, int8_t typecode, size_t l); +static inline int msgpack_pack_ext(msgpack_packer* pk, char typecode, size_t l); static inline int msgpack_pack_write(msgpack_packer* pk, const char *data, size_t l) { |