summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxsu/nx_releasebkgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxsu/nx_releasebkgd.c')
-rw-r--r--nuttx/graphics/nxsu/nx_releasebkgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxsu/nx_releasebkgd.c b/nuttx/graphics/nxsu/nx_releasebkgd.c
index 7035898a1..d73cd1e50 100644
--- a/nuttx/graphics/nxsu/nx_releasebkgd.c
+++ b/nuttx/graphics/nxsu/nx_releasebkgd.c
@@ -85,7 +85,7 @@
*
****************************************************************************/
-void nx_releasebkgd(NXWINDOW hwnd)
+int nx_releasebkgd(NXWINDOW hwnd)
{
FAR struct nxfe_state_s *fe = (FAR struct nxfe_state_s *)hwnd;
FAR struct nxbe_state_s *be = &fe->be;