Fix uninitialized pointer in CNxTKWindow

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4706 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-05-07 02:37:24 +00:00
parent 83f1f2422e
commit 60da53af62
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ int nxtk_opentoolbar(NXTKWINDOW hfwnd, nxgl_coord_t height,
nxtk_setsubwindows(fwnd);
/* Then redraw the entire window, even the client window must be
* redraw because it has changed its vertical position and size.
* redrawn because it has changed its vertical position and size.
*/
nxfe_redrawreq(&fwnd->wnd, &fwnd->wnd.bounds);