diff options
Diffstat (limited to 'functions.c')
-rw-r--r-- | functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |