mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-14 12:47:01 +00:00
Fix typos
This commit is contained in:
@@ -4,7 +4,7 @@ pub const LOGFILE: &str = "/cache/magisk.log";
|
||||
|
||||
// data paths
|
||||
const SECURE_DIR: &str = "/data/adb";
|
||||
pub const MODULEROOT: &str = concatcp!(SECURE_DIR, "modules");
|
||||
pub const MODULEROOT: &str = concatcp!(SECURE_DIR, "/modules");
|
||||
|
||||
// tmpfs paths
|
||||
const INTERNAL_DIR: &str = ".magisk";
|
||||
|
||||
Reference in New Issue
Block a user