elftosb: add static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30915 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0407d92c65
commit
e5db19de48
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ static struct sb_file_t *apply_cmd_file(struct cmd_file_t *cmd_file)
|
|||
return sb;
|
||||
}
|
||||
|
||||
void usage(void)
|
||||
static void usage(void)
|
||||
{
|
||||
printf("Usage: elftosb [options | file]...\n");
|
||||
printf("Options:\n");
|
||||
|
|
Loading…
Reference in a new issue