From 0f1cb03b97b2a0ff7125ea42fa945e1158c15543 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 14 Jan 2014 18:33:41 +0100 Subject: [PATCH] LibUCW: Fixed a bug in fb-atomic. --- ucw/fb-atomic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } }; -- 2.39.2