Skip to content

Commit eb76548

Browse files
committed
typo
1 parent 4a5c6d9 commit eb76548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack_unpack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,8 @@ int msgpack_unserialize_map_item(msgpack_unserialize_data *unpack, zval **contai
638638
GC_ADD_FLAGS(Z_OBJ_P(*container), IS_OBJ_DESTRUCTOR_CALLED);
639639
}
640640
zval_ptr_dtor(&param);
641-
#endif
642641
}
642+
#endif
643643
}
644644
MSGPACK_UNSERIALIZE_FINISH_MAP_ITEM(unpack, key, val);
645645
return 0;

0 commit comments

Comments
 (0)