diff --git a/nx/source/services/bpc.c b/nx/source/services/bpc.c index 5e1dbe83..8622ff21 100644 --- a/nx/source/services/bpc.c +++ b/nx/source/services/bpc.c @@ -21,7 +21,7 @@ Result bpcInitialize(void) return rc; } -void apmExit(void) +void bpcExit(void) { if (atomicDecrement64(&g_refCnt) == 0) {