Fixed name of K051649Exit function

This commit is contained in:
Barry Harris 2011-12-22 09:33:55 +00:00
parent f5f73c5129
commit a4c174b9d2
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ void K051649Init(INT32 clock, float gain)
make_mixer_table(5);
}
void K051659Exit()
void K051649Exit()
{
#if defined FBA_DEBUG
if (!DebugSnd_K051649Initted) bprintf(PRINT_ERROR, _T("K051649Exit called without init\n"));

View File

@ -1,7 +1,7 @@
void K051649Update(INT16 *pBuf, INT32 samples);
void K051649Init(INT32 clock, float gain);
void K051649Reset();
void K051659Exit();
void K051649Exit();
INT32 K051649Scan(INT32 nAction, INT32 *pnMin);