mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-02 07:31:38 +02:00
Nit
Signed-off-by: Athish Pranav D <athishanna@gmail.com>
This commit is contained in:
parent
c1cb968c04
commit
96493f581d
@ -137,7 +137,6 @@ int msgpack_object_init(msgpack_object* d, void *data, size_t size, int type)
|
||||
}
|
||||
case MSGPACK_OBJECT_BIN:
|
||||
{
|
||||
d->type = type;
|
||||
d->via.bin.ptr = (char *)data;
|
||||
d->via.bin.size = size;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user