Tasssadar / multirom

MultiROM for Nexus 7 and LG Optimus One
http://forum.xda-developers.com/showthread.php?t=2011403
GNU General Public License v3.0
413 stars 273 forks source link

) missing in multirom.c #114

Open J0SH1X opened 7 years ago

J0SH1X commented 7 years ago

system/extras/multirom/multirom.c: In function 'multirom_load_kexec': system/extras/multirom/multirom.c:1616:39: error: expected ')' before 'MR_KEXEC_MEM_MIN' kexec_add_arg(&kexec, "--mem-min="MR_KEXEC_MEM_MIN);

thats an error i get and its not device releated

z3ntu commented 7 years ago

Well it has to be device related as no one else got that error afaik.

stek29 commented 7 years ago

@J0SH1X MR_KEXEC_MEM_MIN should be a string I guess