Don't close file descriptor twice
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e412227abb
commit
51ae2e6ffc
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ int main(int argc, char* argv[])
|
|||
if (fdboot < 0)
|
||||
{
|
||||
perror(bootfile);
|
||||
close(fdin);
|
||||
result = 3;
|
||||
goto quit;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue