From 64357a0ce08fbf0617445626cb7f4bc42d0814a7 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 18 Feb 2019 01:10:51 +0100 Subject: [PATCH] remote whitespace --- lib/io.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/io.c b/lib/io.c index 740d08cb8..75bc916e9 100644 --- a/lib/io.c +++ b/lib/io.c @@ -115,7 +115,6 @@ int io_init_auto(struct io *io, const struct format_type *fmt, int len, int flag struct vlist *signals; signals = alloc(sizeof(struct vlist)); - signals->state = STATE_DESTROYED; ret = vlist_init(signals);