summaryrefslogtreecommitdiffstats
path: root/macloader/macloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'macloader/macloader.c')
-rw-r--r--macloader/macloader.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/macloader/macloader.c b/macloader/macloader.c
index 0132651..0e29e28 100644
--- a/macloader/macloader.c
+++ b/macloader/macloader.c
@@ -159,9 +159,8 @@ int main() {
ret = fputs(type_str, cidfile);
if (ret != 0) {
- fprintf(stderr, "fputs() to file %s failed\n", CID_PATH);
ALOGE("Can't write to %s\n", CID_PATH);
- return -1;
+ return 1;
}
/* Change permissions of cid file */