summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-21 18:40:30 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-21 18:40:30 +0000
commit044ebf195237c2c5ea13df5f1f93d61eaacf9d7b (patch)
tree5c514431943ad70913727c50de124e9568a78372 /status.c
parentb9a179089b7edec7930115ac7f1b5ae8e96f8792 (diff)
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
lint.
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index b4cbc6b1..46d05fd5 100644
--- a/status.c
+++ b/status.c
@@ -350,7 +350,7 @@ status_replace(struct session *s, const char *fmt, time_t t)
wl->window->active));
ptr = tmp;
}
- /* FALLTHOUGH */
+ /* FALLTHROUGH */
case 'S':
if (ptr == NULL)
ptr = s->name;