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 938e75d..b33d4e7 100644
--- a/view.c
+++ b/view.c
@@ -941,7 +941,7 @@ int view_selections_count(View *view) {
return view->cursor_count;
}
-int view_cursors_number(Cursor *c) {
+int view_selections_number(Cursor *c) {
return c->number;
}