X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fhex.c;h=67a349e5f801ba083730791cb2e648baa362e709;hb=6508992d04bf972ae98b8c7e97201c5164501687;hp=1d4196381d3a706440eb1b52c468c6c20d6e4703;hpb=dcc55fe91aadf4396ce4a3b5db2898da39e1a6be;p=libsigrok.git diff --git a/src/output/hex.c b/src/output/hex.c index 1d419638..67a349e5 100644 --- a/src/output/hex.c +++ b/src/output/hex.c @@ -235,10 +235,10 @@ static int cleanup(struct sr_output *o) static struct sr_option options[] = { { "width", "Width", "Number of samples per line", NULL, NULL }, - { 0 } + ALL_ZERO }; -static struct sr_option *get_options(void) +static const struct sr_option *get_options(void) { if (!options[0].def) { options[0].def = g_variant_new_uint32(DEFAULT_SAMPLES_PER_LINE);