fixed typo

This commit is contained in:
Arvid Norberg 2010-06-06 01:39:05 +00:00
parent 242392f895
commit 61374075c4
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ namespace libtorrent
, sizeof(integer_type)>::value
};
#endif
integer_type m_data[(union_size + sizeof(integer_type) - 1)
integer_type data[(union_size + sizeof(integer_type) - 1)
/ sizeof(integer_type)];
};