apps/examples/pwfb/pwfb_main.c: Fix typo in printf text
This commit is contained in:
parent
13555f30f9
commit
16b55d05be
@ -378,7 +378,7 @@ static bool pwfb_configure_window(FAR struct pwfb_state_s *st, int wndx,
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
printf("pwfb_configure_window: ERROR: "
|
printf("pwfb_configure_window: ERROR: "
|
||||||
"nx_setsize failed: %d\n", errno);
|
"nxtk_setsize failed: %d\n", errno);
|
||||||
goto errout_with_hwnd;
|
goto errout_with_hwnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user