Skip to content
Snippets Groups Projects
Commit f1cc458c authored by Guilherme Maciel Ferreira's avatar Guilherme Maciel Ferreira Committed by Tom Rini
Browse files

mkimage: added 'static' specifier to match function's prototype.


This function should be declared static.

Signed-off-by: default avatarGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2c808a12
No related branches found
No related tags found
No related merge requests found
...@@ -632,8 +632,7 @@ copy_file (int ifd, const char *datafile, int pad) ...@@ -632,8 +632,7 @@ copy_file (int ifd, const char *datafile, int pad)
(void) close (dfd); (void) close (dfd);
} }
void static void usage(void)
usage ()
{ {
fprintf (stderr, "Usage: %s -l image\n" fprintf (stderr, "Usage: %s -l image\n"
" -l ==> list image header information\n", " -l ==> list image header information\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment