Fix improper characters after reading Escape code for switching extension table in SMS
[project/uqmi.git] / data / gen-common.pm
index 60d73e8..6c3492f 100644 (file)
@@ -14,6 +14,7 @@ our %tlv_types = (
        guint32 => "uint32_t",
        gint64 => "int64_t",
        guint64 => "uint64_t",
+       gfloat => "float",
        gboolean => "bool",
 );