apps/examples/pwfb/pwfb_main.c: Fix typo in printf text

This commit is contained in:
Gregory Nutt 2019-03-17 14:39:04 -06:00
parent 13555f30f9
commit 16b55d05be

View File

@ -378,7 +378,7 @@ static bool pwfb_configure_window(FAR struct pwfb_state_s *st, int wndx,
if (ret < 0)
{
printf("pwfb_configure_window: ERROR: "
"nx_setsize failed: %d\n", errno);
"nxtk_setsize failed: %d\n", errno);
goto errout_with_hwnd;
}