mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 17:17:26 +00:00
Fix compile error
This commit is contained in:
@@ -56,7 +56,7 @@ void hide_sensitive_props() {
|
||||
setprop("ro.boot.hwcountry", "GLOBAL", false);
|
||||
|
||||
auto selinux = getprop("ro.build.selinux");
|
||||
if (!selinux.empty)
|
||||
if (!selinux.empty())
|
||||
delprop("ro.build.selinux");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user