aboutsummaryrefslogtreecommitdiffstats
path: root/fig0_0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fig0_0.cpp')
-rw-r--r--fig0_0.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/fig0_0.cpp b/fig0_0.cpp
index 2b2b6a2..82bfadf 100644
--- a/fig0_0.cpp
+++ b/fig0_0.cpp
@@ -29,7 +29,7 @@
// FIG 0/0 Ensemble information
// ETSI EN 300 401 6.4
-void fig0_0(fig0_common_t& fig0, int indent)
+bool fig0_0(fig0_common_t& fig0, int indent)
{
uint8_t cid, al, ch, hic, lowc, occ;
uint16_t eid, eref;
@@ -56,5 +56,7 @@ void fig0_0(fig0_common_t& fig0, int indent)
eid, cid, eref, ch, al, hic, lowc);
}
printbuf(desc, indent+1, NULL, 0);
+
+ return true;
}