summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/MTP/beastpatcher/mknkboot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/mknkboot.c b/utils/MTP/beastpatcher/mknkboot.c
index 6ac26428bc..9cc58d552c 100644
--- a/utils/MTP/beastpatcher/mknkboot.c
+++ b/utils/MTP/beastpatcher/mknkboot.c
@@ -254,7 +254,6 @@ int main(int argc, char* argv[])
254 if (fdboot < 0) 254 if (fdboot < 0)
255 { 255 {
256 perror(bootfile); 256 perror(bootfile);
257 close(fdin);
258 result = 3; 257 result = 3;
259 goto quit; 258 goto quit;
260 } 259 }