twrp: fix incompatible pointer to integer conversions

Change-Id: Idb430d3e6fab88eddba57c0961923663ca981148
This commit is contained in:
Dan Pasanen
2015-11-26 06:23:44 +02:00
committed by Dees Troy
parent bfb72b062a
commit 8abeee19a3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ int cmd_bml_backup_raw_partition(const char *partition, const char *out_file)
}
}
fsync(out);
fsync(fileno(out));
ret = 0;
ERROR1:
fclose ( out );