From 60da53af62bc2b99ecce3e6251650134fe17a5fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 7 May 2012 02:37:24 +0000 Subject: [PATCH] Fix uninitialized pointer in CNxTKWindow git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4706 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxtk/nxtk_opentoolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/nxtk/nxtk_opentoolbar.c b/graphics/nxtk/nxtk_opentoolbar.c index 0bcc02fa8e..56ca941b8f 100644 --- a/graphics/nxtk/nxtk_opentoolbar.c +++ b/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);