Fix name typo

This commit is contained in:
XorTroll 2018-07-31 13:57:22 +02:00 committed by GitHub
parent 183ba3822b
commit 0a77a95fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Result bpcInitialize(void)
return rc;
}
void apmExit(void)
void bpcExit(void)
{
if (atomicDecrement64(&g_refCnt) == 0)
{