From 67ebb8eae70719f514c5711d404866a131c4b66a Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 7 Mar 2024 22:41:00 +0100 Subject: a --- functions.c | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.c') diff --git a/functions.c b/functions.c index e0f6ba9..416414d 100644 --- a/functions.c +++ b/functions.c @@ -110,7 +110,6 @@ 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. - FILE *file; file = fopen(filename,"r"); // Open file -- cgit v1.2.3