code cleanup

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-11-03 16:03:23 +00:00
parent c852811405
commit dfb2ad6148
13 changed files with 651 additions and 596 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ BTrackReader::ReadFrames(void *in_buffer, int32 frame_count)
{
CALLED();
uint8 *buffer = (uint8 *)in_buffer;
uint8 *buffer = static_cast<uint8 *>(in_buffer);
int32 bytes_to_read = frame_count * fFrameSize;
status_t last_status = B_OK;