diff options
author | INADA Naoki <inada-n@klab.com> | 2013-10-20 23:06:02 +0900 |
---|---|---|
committer | INADA Naoki <inada-n@klab.com> | 2013-10-20 23:06:02 +0900 |
commit | 0d5c58bd517caddd6b62a8931f6833e2a3add283 (patch) | |
tree | d63c262cefcbfc1a2b9c27d63ba036f155ea628e /msgpack | |
parent | 822cce823cfea8e9f7625598a125897718b4ab58 (diff) | |
download | msgpack-python-0d5c58bd517caddd6b62a8931f6833e2a3add283.tar.gz |
cleanup
Diffstat (limited to 'msgpack')
-rw-r--r-- | msgpack/unpack_template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack_template.h b/msgpack/unpack_template.h index 7646896..d34eced 100644 --- a/msgpack/unpack_template.h +++ b/msgpack/unpack_template.h @@ -322,7 +322,7 @@ static inline int unpack_execute(unpack_context* ctx, const char* data, size_t l case CS_MAP_32: /* FIXME security guard */ start_container(_map, _msgpack_load32(uint32_t,n), CT_MAP_KEY); - + default: goto _failed; } |