mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/elf/elf_main.c: Fix a printf format warning
This commit is contained in:
parent
1723a68b0a
commit
5a766cd93b
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ int main(int argc, FAR char *argv[])
|
|||
MS_RDONLY, NULL);
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue