diff options
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/MTP/beastpatcher/mknkboot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/mknkboot.c b/utils/MTP/beastpatcher/mknkboot.c index 6ac2642..9cc58d5 100644 --- a/utils/MTP/beastpatcher/mknkboot.c +++ b/utils/MTP/beastpatcher/mknkboot.c @@ -254,7 +254,6 @@ int main(int argc, char* argv[]) if (fdboot < 0) { perror(bootfile); - close(fdin); result = 3; goto quit; } |