code cleanup

This commit is contained in:
ZappoMan 2013-05-21 11:33:32 -07:00
parent a7f0a66aee
commit 3220f986d6

View file

@ -59,7 +59,7 @@ AvatarData::AvatarData() :
_wantColor(true), _wantColor(true),
_wantDelta(false) _wantDelta(false)
{ {
}; }
int AvatarData::getBroadcastData(unsigned char* destinationBuffer) { int AvatarData::getBroadcastData(unsigned char* destinationBuffer) {
unsigned char* bufferStart = destinationBuffer; unsigned char* bufferStart = destinationBuffer;