Update bpc.c

This commit is contained in:
XorTroll 2018-08-18 12:51:57 +02:00 committed by GitHub
parent 7768d22a6c
commit b71c3c9bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ Result bpcInitialize(void)
if (serviceIsActive(&g_bpcSrv))
return 0;
rc = smGetService(&g_bpcSrv, kernelAbove200() ? "bpc" : "bpc:c");
return rc;