summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/runtc.c4
1 files changed, 2 insertions, 2 deletions
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;