summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sent.c b/sent.c
index 10de788..40c54b2 100644
--- a/sent.c
+++ b/sent.c
@@ -516,8 +516,6 @@ advance(const Arg *arg)
}
}
-void
-
void toggle_cursor(const Arg *arg)
{
Cursor cursor;
@@ -542,6 +540,7 @@ void toggle_cursor(const Arg *arg)
cursor_visible ^= 1;
}
+void
quit(const Arg *arg)
{
running = 0;