Fix several small issues

This commit is contained in:
topjohnwu
2017-05-05 04:16:00 +08:00
parent 693848280b
commit d66c284bed
8 changed files with 47 additions and 34 deletions

View File

@@ -277,11 +277,6 @@ int resetprop_main(int argc, char *argv[]) {
}
}
PRINT_D("resetprop by nkk71 & topjohnwu\n");
if (init_resetprop())
return -1;
if (file) {
return read_prop_file(filename, trigger);
} else if (del) {