Skip to content
Snippets Groups Projects
Commit 0139b6a0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a typo introduced in last commit

parent fd14b28d
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
* graphics/nxsu/nx_setbgcolor.c
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Copyright (C) 2008-2009, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
......@@ -99,7 +99,7 @@ int nx_setbgcolor(NXHANDLE handle,
/* Has the background color changed? */
if (!nxgl_colorcmp(fe.be.bgcolor, bgcolormsg->color))
if (!nxgl_colorcmp(fe->be.bgcolor, color))
{
/* Yes.. fill the background */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment