apps/examples/nxlines: Fix missing right bracket that causes compile error when CONFIG_NX_XYINPUT=y. From Librae.
This commit is contained in:
parent
9e2d46657d
commit
6e7c9397d1
@ -166,7 +166,7 @@ static void nxlines_mousein(NXWINDOW hwnd, FAR const struct nxgl_point_s *pos,
|
|||||||
{
|
{
|
||||||
printf("nxlines_mousein: hwnd=%p pos=(%d,%d) button=%02x\n",
|
printf("nxlines_mousein: hwnd=%p pos=(%d,%d) button=%02x\n",
|
||||||
hwnd, pos->x, pos->y, buttons);
|
hwnd, pos->x, pos->y, buttons);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user