diff options
-rw-r--r-- | functions.c | 1 | ||||
-rwxr-xr-x | test/smode | bin | 0 -> 30544 bytes |
2 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 diff --git a/test/smode b/test/smode Binary files differnew file mode 100755 index 0000000..8a10aaf --- /dev/null +++ b/test/smode |