mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
Fix name typo
This commit is contained in:
parent
183ba3822b
commit
0a77a95fae
@ -21,7 +21,7 @@ Result bpcInitialize(void)
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
void apmExit(void)
|
void bpcExit(void)
|
||||||
{
|
{
|
||||||
if (atomicDecrement64(&g_refCnt) == 0)
|
if (atomicDecrement64(&g_refCnt) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user