X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=04627f32287c13e46adc09fcf88d96ef6344d64c;hb=1190c65397e8246bd3b437006bacc5b7dc9d2bde;hp=10f0409feeb807bc9d3a50e93b6f48c2691935b5;hpb=a755b0e122105d934c4e7b97435420eda6df6e8e;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 10f0409f..04627f32 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -46,6 +46,7 @@ SR_PRIV struct sr_output_module output_binary = { .id = "binary", .name = "Binary", .desc = "Raw binary", + .exts = NULL, .options = NULL, .receive = receive, };