Skip to content

Commit

Permalink
[AE/CA] - ooppps - typo in last commit (note to self - commit on the …
Browse files Browse the repository at this point in the history
…same host you compiled it)
  • Loading branch information
Memphiz committed Aug 1, 2012
1 parent e447c4b commit 1c7791d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -233,7 +233,7 @@ class CoreAudioRingBuffer {
*/ */
unsigned int GetReadSize() unsigned int GetReadSize()
{ {
return m_iWritten > m_iReadSize ? m_iWritten - m_iRead : 0; return m_iWritten > m_iRead ? m_iWritten - m_iRead : 0;
} }


/** /**
Expand Down

0 comments on commit 1c7791d

Please sign in to comment.