X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=main.c;h=e699d2f0e6d905b5ab06775c9c65f30bb54c7267;hp=2bb2ef71bb13a95e877a276d346e0e8e41b11264;hb=c83f755098b3c5d10b3ad022c0f4e934edc94148;hpb=09fc39da486b8618d65b66ca96a760478c3e89e2 diff --git a/main.c b/main.c index 2bb2ef7..e699d2f 100644 --- a/main.c +++ b/main.c @@ -214,7 +214,7 @@ int main(int argc, char **argv) } if (register_pds(opt_pds, opt_pd_annotations) != 0) goto done; - if (setup_pd_stack(opt_pds, opt_pd_stack, opt_pd_annotations) != 0) + if (setup_pd_stack(opt_pds, opt_pd_annotations) != 0) goto done; /* Only one output type is ever shown. */