From 1dbcc394aed6f7e4161ab065516128fa94bd0149 Mon Sep 17 00:00:00 2001 From: okan Date: Wed, 17 Apr 2013 13:31:47 +0000 Subject: [PATCH] zap extra space --- conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.c b/conf.c index 7303768..06d4e1c 100644 --- a/conf.c +++ b/conf.c @@ -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)