Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
61955af7
Commit
61955af7
authored
May 04, 2012
by
Alejandro Mery
Browse files
bin2fex: fixed bug close out when failed to open in the first place
parent
0f34fc7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin2fex.c
View file @
61955af7
...
...
@@ -267,6 +267,6 @@ usage:
if
(
in
>
2
)
close
(
in
);
done:
if
(
out
!=
stdout
)
fclose
(
out
);
if
(
out
&&
out
!=
stdout
)
fclose
(
out
);
return
ret
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment