summaryrefslogtreecommitdiff
path: root/editmode.c
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-31 22:28:31 +0200
committerOskar <[email protected]>2024-03-31 22:28:31 +0200
commitc5b58534dc41ec36e041717918de5727e0200b28 (patch)
treefd0ef1f829792fc8b70bf7869d25b67e13cb11f1 /editmode.c
parenta632711155260c9d7bd679736987857041afbddb (diff)
Singles done
Diffstat (limited to 'editmode.c')
-rw-r--r--editmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editmode.c b/editmode.c
index 938bb5a..7080c84 100644
--- a/editmode.c
+++ b/editmode.c
@@ -226,7 +226,7 @@ int remove_line_contents(char filename[], long focus) { // removes contents of a
}
-int editmode(char filename[], long focus) { // the editing interface
+int editmode(char filename[], uint64_t focus) { // the editing interface
char *line;
size_t start;