]> sigrok.org Git - libsigrok.git/blobdiff - output/text/hex.c
input/output formats: s/extension/id/.
[libsigrok.git] / output / text / hex.c
index e4806355b371b6519f93cf7e296388dece019669..e604d9735f76a04ae2ec1b5270b5128c50b66f8f 100644 (file)
@@ -90,7 +90,7 @@ int data_hex(struct sr_output *o, const char *data_in, uint64_t length_in,
 }
 
 struct sr_output_format output_text_hex = {
-       .extension = "hex",
+       .id = "hex",
        .description = "Hexadecimal (takes argument, default 192)",
        .df_type = SR_DF_LOGIC,
        .init = init_hex,