compiler warning cleanup (part 3 [getting old])

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2489 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-09-03 14:28:08 +00:00
parent f48d50f0ce
commit 231144f3b0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ static inline int8_t switch_bitpack_in(switch_bitpack_t *pack, switch_byte_t in)
pack->bytes++;
pack->bits_cur = pack->shiftby = 0;
} else {
pack->bits_cur = next;
pack->bits_cur = (switch_byte_t) next;
}
}