aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 7a4f006..49bb233 100644
--- a/view.c
+++ b/view.c
@@ -1041,7 +1041,7 @@ bool view_selections_dispose_force(Cursor *c) {
return true;
}
-Cursor *view_cursor_disposed(View *view) {
+Cursor *view_selection_disposed(View *view) {
Cursor *c = view->cursor_dead;
view->cursor_dead = NULL;
return c;