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