summaryrefslogtreecommitdiff
path: root/editmode.c
diff options
context:
space:
mode:
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;