examples/nxhello/nxhello_main.c: Fix trivial typo in printf statement.
This commit is contained in:
parent
e26d78f40a
commit
25528de5c7
@ -228,7 +228,7 @@ int nxhello_main(int argc, char *argv[])
|
|||||||
ret = nx_requestbkgd(g_nxhello.hnx, &g_nxhellocb, NULL);
|
ret = nx_requestbkgd(g_nxhello.hnx, &g_nxhellocb, NULL);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
printf("nxhello_main: nx_setbgcolor failed: %d\n", errno);
|
printf("nxhello_main: nx_requestbkgd() failed: %d\n", errno);
|
||||||
g_nxhello.code = NXEXIT_NXREQUESTBKGD;
|
g_nxhello.code = NXEXIT_NXREQUESTBKGD;
|
||||||
goto errout_with_nx;
|
goto errout_with_nx;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user