From bcfd89d55643bce5ebe5b8c01cea4a056f32303a Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Thu, 21 Mar 2024 15:34:33 +0100 Subject: removed useless comment --- functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.c b/functions.c index 416414d..e7a8ad6 100644 --- a/functions.c +++ b/functions.c @@ -108,7 +108,7 @@ void shuffle(char arr[], int n) { } } -int get_line(char filename[], long focus, char **line, size_t *start) { // Making this function was hell. Hardest thing ive coded in a while. +int get_line(char filename[], long focus, char **line, size_t *start) { FILE *file; file = fopen(filename,"r"); // Open file -- cgit v1.2.3