summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2019-10-06 15:00:14 +0000
committerrafa_99 <rafa99@protonmail.com>2019-10-06 15:00:14 +0000
commit51cada815c43617c070ce068755d504fbe96218e (patch)
tree99c3139980691de6d049f6ad1d5b0721a7c5cb3a
parent771a35b0baf094c6de98697f5a8a210b0fecab21 (diff)
Fixed typo
-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;