From: Pavel Charvat Date: Tue, 14 Jan 2014 17:33:41 +0000 (+0100) Subject: LibUCW: Fixed a bug in fb-atomic. X-Git-Tag: v5.99~30 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0f1cb03b97b2a0ff7125ea42fa945e1158c15543;p=libucw.git LibUCW: Fixed a bug in fb-atomic. --- diff --git a/ucw/fb-atomic.c b/ucw/fb-atomic.c index cd021746..03f0a65f 100644 --- a/ucw/fb-atomic.c +++ b/ucw/fb-atomic.c @@ -23,7 +23,8 @@ static uns trace; static struct cf_section fbatomic_config = { CF_ITEMS { - CF_UNS("Trace", &trace) + CF_UNS("Trace", &trace), + CF_END } };