summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/include/nuttx/nxglib.h6
1 files changed, 3 insertions, 3 deletions
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