From 48cf11f68b420c7a3db0ac46f9a72be7266b87de Mon Sep 17 00:00:00 2001 From: Weber Date: Wed, 13 Mar 2024 22:56:03 +0000 Subject: [PATCH] skuska2 --- cv4/list_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv4/list_ops.c b/cv4/list_ops.c index d77de7a..39e5eae 100644 --- a/cv4/list_ops.c +++ b/cv4/list_ops.c @@ -96,4 +96,4 @@ list_t *reverse_list(list_t *list) { void delete_list(list_t *list) { free(list); -} \ No newline at end of file +}