]> mj.ucw.cz Git - libucw.git/commitdiff
LibUCW: Fixed a bug in fb-atomic.
authorPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 17:33:41 +0000 (18:33 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 17:33:41 +0000 (18:33 +0100)
ucw/fb-atomic.c

index cd0217468279090b61ea69a19f816715254eecd9..03f0a65f8c893837305e9d5120e37ebaa57fbd67 100644 (file)
@@ -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
   }
 };