9
0
Fork 0

typo in comments

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1406 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-12-03 13:27:44 +00:00
parent c7f67ca651
commit c0ea2ba66b
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ int nxtk_drawframe(FAR struct nxtk_framedwindow_s *fwnd,
nxtk_drawframeside(fwnd, &frame, bounds, g_bordercolor2);
#endif
/* Draw the inner right side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
/* Draw the inner left side, Thickness: 1, Color: CONFIG_NXTK_BORDERCOLOR2 */
#if CONFIG_NXTK_BORDERWIDTH > 1
frame.pt1.y = CONFIG_NXTK_BORDERWIDTH - 1 + tbsize.h;