From 7b3125786902030630663f5e3d4c9963ba054cc3 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukha@hes-so.ch> Date: Sun, 20 Aug 2023 11:50:59 +0200 Subject: [PATCH] final comments --- struct/vec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/struct/vec.c b/struct/vec.c index 883d353..18a58c8 100644 --- a/struct/vec.c +++ b/struct/vec.c @@ -280,8 +280,8 @@ void vec_print(vec_t *vec) { } /** - * @brief Function that deallocates memory used up by the vector that was passed as - * an argument to the function. Subsequently the pointer will be set to NULL, + * @brief Function that deallocates memory used up by the vector that was passed + * as an argument to the function. Subsequently the pointer will be set to NULL, * that way it can be re-used safely later in the program * * @param vec Vector which we wish to destroy -- GitLab