summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nx_block.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxmu/nx_block.c')
-rw-r--r--nuttx/graphics/nxmu/nx_block.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxmu/nx_block.c b/nuttx/graphics/nxmu/nx_block.c
index 2f069f096..3a051f9d7 100644
--- a/nuttx/graphics/nxmu/nx_block.c
+++ b/nuttx/graphics/nxmu/nx_block.c
@@ -111,8 +111,8 @@ int nx_block(NXWINDOW hwnd, FAR void *arg)
#ifdef CONFIG_DEBUG
if (!hwnd)
{
- errno = EINVAL;
- return NULL;
+ set_errno(EINVAL);
+ return ERROR;
}
#endif