summaryrefslogtreecommitdiffstats
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 02:37:24 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-07 02:37:24 +0000
commit1415cce78dd9c7d7b6d7b557f21bf340855edd52 (patch)
treea5be0c4ae8f320770a91a9ff55422e1d781c899d /nuttx
parent7c688dd2cda21a9eeba93fb1f6277c046fa83cf9 (diff)
Fix uninitialized pointer in CNxTKWindow
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4706 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/graphics/nxtk/nxtk_opentoolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxtk/nxtk_opentoolbar.c b/nuttx/graphics/nxtk/nxtk_opentoolbar.c
index 0bcc02fa8e..56ca941b8f 100644
--- a/nuttx/graphics/nxtk/nxtk_opentoolbar.c
+++ b/nuttx/graphics/nxtk/nxtk_opentoolbar.c
@@ -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);