From 295b826e365ba616c67ea06a9d2512f160da548b Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 25 Apr 2018 05:06:09 -0700 Subject: [PATCH] Added missing description for printcoordinate() --- docs/doc-geo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/doc-geo.txt b/docs/doc-geo.txt index e3ed31e..7de2fb6 100644 --- a/docs/doc-geo.txt +++ b/docs/doc-geo.txt @@ -27,7 +27,8 @@ Functions Can not be NULL. void printcoordinate(struct Coordinate*, unsigned int); - + Show a specified quantity of Coordinates. + input: pointer to array of Coordinates. Can not be NULL.