X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fbinary.c;h=c2f9962c05518dc10e5bc8243c6143c56798e6ff;hb=06ad20bebf658f97d55cda3ac058f9c336be09df;hp=11a3b4768f626b2566197e14d243636f809f6e2f;hpb=7f5a036750d30db466f23bb5fdaa28173bafe28d;p=libsigrok.git diff --git a/src/input/binary.c b/src/input/binary.c index 11a3b476..c2f9962c 100644 --- a/src/input/binary.c +++ b/src/input/binary.c @@ -138,7 +138,7 @@ static int cleanup(struct sr_input *in) static struct sr_option options[] = { { "numchannels", "Number of channels", "Number of channels", NULL, NULL }, { "samplerate", "Sample rate", "Sample rate", NULL, NULL }, - { 0 } + ALL_ZERO }; static struct sr_option *get_options(void)