fix build

This commit is contained in:
Kazuki Ohta
2009-08-25 18:40:06 +09:00
parent d3f9ab7dec
commit 51e435d46c
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ TEST(MSGPACKC, simple_buffer)
msgpack_packer pk;
msgpack_packer_init(&pk, &sbuf, msgpack_sbuffer_write);
msgpack_pack_int(pk, 1);
msgpack_pack_int(&pk, 1);
msgpack_zone z;
msgpack_zone_init(&z, 2048);