1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-23 01:00:54 +00:00

Add newlines before rc scripts

Based on , thanks to @shakalaca. Close , close 
This commit is contained in:
topjohnwu 2019-02-18 03:30:30 -05:00
parent 2708c74ebe
commit 17ab55115a

@ -2,6 +2,7 @@
#include <magiskpolicy.h>
static const char magiskrc[] =
"\n\n"
"on early-init\n"
" write " EARLYINIT " 1\n"