X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=show.c;fp=show.c;h=73240eed255ac5aaf2638dc73742e522b0f13b02;hp=533ab1e55d8c65a3d4277c2d9ce105f1e66a2482;hb=c4af23212178e01e5b5016d0d50fbd2d825615ae;hpb=b5c8f3a14ae5df5988f7491e4b65a1b3f60c089a diff --git a/show.c b/show.c index 533ab1e..73240ee 100644 --- a/show.c +++ b/show.c @@ -321,7 +321,8 @@ void show_dev_detail(void) GVariant *gvar_dict, *gvar_list, *gvar; gsize num_elements; double dlow, dhigh, dcur_low, dcur_high; - const uint64_t *uint64, p = 0, q = 0, low = 0, high = 0; + const uint64_t *uint64; + uint64_t p = 0, q = 0, low = 0, high = 0; uint64_t tmp_uint64, mask, cur_low, cur_high, cur_p, cur_q; GArray *opts; const int32_t *int32;