summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe/nxbe_clipper.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxbe/nxbe_clipper.c')
-rw-r--r--nuttx/graphics/nxbe/nxbe_clipper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxbe/nxbe_clipper.c b/nuttx/graphics/nxbe/nxbe_clipper.c
index f0ccff71e..c66f74c7b 100644
--- a/nuttx/graphics/nxbe/nxbe_clipper.c
+++ b/nuttx/graphics/nxbe/nxbe_clipper.c
@@ -179,7 +179,7 @@ void nxbe_clipper(FAR struct nxbe_window_s *wnd,
FAR struct nxbe_clipops_s *cops,
FAR struct nxbe_plane_s *plane)
{
- struct nxbe_clipstack_s stack;
+ struct nxbe_clipstack_s stack;
FAR struct nxbe_window_s *currw;
struct nxgl_rect_s rect;
struct nxgl_rect_s obscuredrect;