projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ef31b
)
mkimage: Drop blank line before main()
author
Simon Glass
<sjg@chromium.org>
Thu, 30 Jun 2016 16:52:11 +0000
(10:52 -0600)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Jul 2016 22:22:27 +0000
(18:22 -0400)
This is not needed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/mkimage.c
patch
|
blob
|
history
diff --git
a/tools/mkimage.c
b/tools/mkimage.c
index 76ae09e2b7f0873c33357a48d578630653c945a8..920d3bed675d01091d696aa39439e6479d3387dd 100644
(file)
--- a/
tools/mkimage.c
+++ b/
tools/mkimage.c
@@
-285,7
+285,6
@@
static void process_args(int argc, char **argv)
usage("Missing output filename");
}
-
int main(int argc, char **argv)
{
int ifd = -1;