aboutsummaryrefslogtreecommitdiffstats
path: root/fig0_9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fig0_9.cpp')
-rw-r--r--fig0_9.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/fig0_9.cpp b/fig0_9.cpp
index 9be0a03..5c8271c 100644
--- a/fig0_9.cpp
+++ b/fig0_9.cpp
@@ -37,7 +37,7 @@ bool LTO_uniq;
// FIG 0/9 Country, LTO and International table
// ETSI EN 300 401 8.1.3.2
-void fig0_9(fig0_common_t& fig0, int indent)
+bool fig0_9(fig0_common_t& fig0, int indent)
{
uint32_t SId;
uint8_t i = 1, j, key, Number_of_services, ECC;
@@ -127,5 +127,7 @@ void fig0_9(fig0_common_t& fig0, int indent)
}
}
}
+
+ return true;
}