diff options
author | Oskar <[email protected]> | 2024-03-31 22:28:31 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-31 22:28:31 +0200 |
commit | c5b58534dc41ec36e041717918de5727e0200b28 (patch) | |
tree | fd0ef1f829792fc8b70bf7869d25b67e13cb11f1 /7ed.h | |
parent | a632711155260c9d7bd679736987857041afbddb (diff) |
Singles done
Diffstat (limited to '7ed.h')
-rw-r--r-- | 7ed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ int startmode(char filename[]); int get_line(char filename[], long focus, char **line, size_t *start); -int editmode(char filename[], long focus); +int editmode(char filename[], uint64_t focus); int new_line(char filename[], long new_line_pos_temp); |