- constify

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/wav@963 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 17:51:03 +00:00
parent 81f11c4d5e
commit e8ae8b8f91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ uint32_t WavSetFormat(struct _sWAV *pObj, uint32_t nSamplesPerSec, uint16_t nBit
}
/******************************************************************************/
uint32_t WavOpen (struct _sWAV *pObj, char* FileName)
uint32_t WavOpen (struct _sWAV *pObj, const char* FileName)
{
uint32_t stat;