Unverified Commit f3e24041 authored by Wolle's avatar Wolle Committed by GitHub

correct typo

parent 47a1d62e
...@@ -176,7 +176,7 @@ boolean FLACFindStreamTitle(unsigned char* buf, int nBytes){ ...@@ -176,7 +176,7 @@ boolean FLACFindStreamTitle(unsigned char* buf, int nBytes){
return false; return false;
} }
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
char* FLACgetStreanTitle(){ char* FLACgetStreamTitle(){
if(m_newSt){ if(m_newSt){
m_newSt = false; m_newSt = false;
return m_streamTitle; return m_streamTitle;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment