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
@ -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 New Issue
Block a user