apps/examples/nxlines: Fix missing right bracket that causes compile error when CONFIG_NX_XYINPUT=y. From Librae.

This commit is contained in:
Gregory Nutt 2015-04-16 06:19:42 -06:00
parent 9e2d46657d
commit 6e7c9397d1

View File

@ -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",
hwnd, pos->x, pos->y, buttons);
}
#endif
/****************************************************************************