Fix style [1], add static keyword before static function definition.
Noted by: bapt [1] Sponsored by: The FreeBSD Foundation MFC after: 2 weeks
This commit is contained in:
parent
698449e746
commit
2e07e1ff4d
@ -5378,7 +5378,8 @@ parse_integer(const char *str)
|
||||
return (n);
|
||||
}
|
||||
|
||||
void print_usage(const char *argv0)
|
||||
static void
|
||||
print_usage(const char *argv0)
|
||||
{
|
||||
|
||||
rtld_printf("Usage: %s [-h] [-f <FD>] [--] <binary> [<args>]\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user