forked from nuttx/nuttx-update
arch/sim: fix function prototype compilation warning
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
b5cd7c2a82
commit
f7dfe8326f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ err:
|
|||
return -1;
|
||||
}
|
||||
|
||||
struct init_message *create_init_message()
|
||||
struct init_message *create_init_message(void)
|
||||
{
|
||||
struct init_message *m;
|
||||
|
||||
|
|
Loading…
Reference in a new issue