diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2013-04-17 13:31:48 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2013-04-17 13:31:48 +0000 |
commit | 8688f558c0664debbefab4b96cd9dc4fb82d3cf2 (patch) | |
tree | 43d2c236ec42e61911eda57ad7092f35f09def0f /app/cwm/conf.c | |
parent | c6022341e1c88831dbab2cead62d75cde59663a4 (diff) |
zap extra space
Diffstat (limited to 'app/cwm/conf.c')
-rw-r--r-- | app/cwm/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c index ece45e55e..b49ae6e10 100644 --- a/app/cwm/conf.c +++ b/app/cwm/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.122 2013/04/17 13:30:38 okan Exp $ + * $OpenBSD: conf.c,v 1.123 2013/04/17 13:31:47 okan Exp $ */ #include <sys/param.h> @@ -39,7 +39,6 @@ void conf_cmd_add(struct conf *c, char *image, char *label) { /* "term" and "lock" have special meanings. */ - if (strcmp(label, "term") == 0) (void)strlcpy(c->termpath, image, sizeof(c->termpath)); else if (strcmp(label, "lock") == 0) |