Skip to content

Commit 6e88f84

Browse files
authored
fix a typo
1 parent c710888 commit 6e88f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/include/magisk.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// tmpfs paths
1414
extern std::string MAGISKTMP;
1515
#define INTLROOT ".magisk"
16-
#define MIRRDIR INTLROOT "/mirror"u
16+
#define MIRRDIR INTLROOT "/mirror"
1717
#define PREINITMIRR INTLROOT "/preinit"
1818
#define BLOCKDIR INTLROOT "/block"
1919
#define PREINITDEV BLOCKDIR "/preinit"

0 commit comments

Comments
 (0)