summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-07 22:41:00 +0100
committerOskar <[email protected]>2024-03-07 22:41:00 +0100
commit67ebb8eae70719f514c5711d404866a131c4b66a (patch)
tree1a0b751dca3c71ee74f750e74358f0f12ddd2e05
parent40c0ed42787010b845255544f86f84aac8256ccc (diff)
a
-rw-r--r--functions.c1
-rwxr-xr-xtest/smodebin0 -> 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
new file mode 100755
index 0000000..8a10aaf
--- /dev/null
+++ b/test/smode
Binary files differ