diff --git a/src/core/ddsc/tests/test_oneliner.c b/src/core/ddsc/tests/test_oneliner.c index 8c19b65..ecd0ca6 100644 --- a/src/core/ddsc/tests/test_oneliner.c +++ b/src/core/ddsc/tests/test_oneliner.c @@ -1694,7 +1694,7 @@ static void dosetflags (struct oneliner_ctx *ctx) int ent; int tok; union oneliner_tokval flagstok; - if ((tok = nexttok (&ctx->l, NULL)) != '(') + if (nexttok (&ctx->l, NULL) != '(') error (ctx, "setflags: args required"); if ((tok = nexttok (&ctx->l, &flagstok)) == TOK_NAME) tok = nexttok (&ctx->l, NULL);