diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-22 17:31:20 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-22 17:31:20 +0000 |
commit | 6a979016919fc0b494a6f02176fa7ea1df93ad42 (patch) | |
tree | 5d6cf6e9e2d4414c7a0cb8c016d7adbe82b36ace /status.c | |
parent | 39aa8b32b135ddff6f74dadc8f5adaabf4fe0694 (diff) | |
download | rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.tar.gz rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.tar.bz2 rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.zip |
Sync OpenBSD patchset 153:
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
lint.
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: status.c,v 1.100 2009-07-20 16:01:07 tcunha Exp $ */ +/* $Id: status.c,v 1.101 2009-07-22 17:31:20 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -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; |