X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=tests%2Fruntc.c;fp=tests%2Fruntc.c;h=059262d3918660a83a9c5058bfa6ff802fa2388d;hp=cd3d44983fe0598d9d609ea4e8dea5683c9c125a;hb=4f8e40458fe9c0da90ba4634d248d4edb9f4b5aa;hpb=783b54337242e5c40da8ffc0fc18babbcd09bc67 diff --git a/tests/runtc.c b/tests/runtc.c index cd3d449..059262d 100644 --- a/tests/runtc.c +++ b/tests/runtc.c @@ -688,8 +688,8 @@ int main(int argc, char **argv) struct channel *channel; struct option *option; struct output *op; - int ret; - char c, *opt_infile, **kv, **opstr; + int ret, c; + char *opt_infile, **kv, **opstr; op = malloc(sizeof(struct output)); op->pd = NULL;