diff --git a/nuttx/include/nuttx/nxglib.h b/nuttx/include/nuttx/nxglib.h index 1f230e0d2..38b307f2a 100644 --- a/nuttx/include/nuttx/nxglib.h +++ b/nuttx/include/nuttx/nxglib.h @@ -359,9 +359,9 @@ EXTERN void nxgl_vectoradd(FAR struct nxgl_point_s *dest, * ****************************************************************************/ -EXTERN void nxgl_vectorsubtract(FAR struct nxgl_point_s *dest, - FAR const struct nxgl_point_s *v1, - FAR const struct nxgl_point_s *v2); +EXTERN void nxgl_vectsubtract(FAR struct nxgl_point_s *dest, + FAR const struct nxgl_point_s *v1, + FAR const struct nxgl_point_s *v2); /**************************************************************************** * Name: nxgl_rectintersect