aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorokan2013-04-17 13:31:47 +0000
committerokan2013-04-17 13:31:47 +0000
commit8cf54b8535a9a2d1e38c3f022abfc06c5f1aa406 (patch)
tree6a5051919b709d2bf4e4ab3c4b3ae59f9d9ab2e0
parent579afe49d863e8a91655b6ab8a2c42a380c7129e (diff)
downloadcwm-8cf54b8535a9a2d1e38c3f022abfc06c5f1aa406.tar.gz
zap extra space
-rw-r--r--conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index ece45e5..b49ae6e 100644
--- a/conf.c
+++ b/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)