examples/posix_spawn/spawn_main.c: Fix a type mismatch
This commit is contained in:
parent
67f18f8f2c
commit
1723a68b0a
@ -237,7 +237,7 @@ int main(int argc, FAR char *argv[])
|
|||||||
MS_RDONLY, NULL);
|
MS_RDONLY, NULL);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
errmsg("ERROR: mount(%s,%s,romfs) failed: %s\n",
|
errmsg("ERROR: mount(%s,%s,romfs) failed: %d\n",
|
||||||
CONFIG_EXAMPLES_ELF_DEVPATH, MOUNTPT, errno);
|
CONFIG_EXAMPLES_ELF_DEVPATH, MOUNTPT, errno);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user