From 68f985857041fb0ae17f663adce7b7ca26dce5f8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 22 Dec 2021 15:49:59 +0100 Subject: fixed typo --- src/steps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/steps.c b/src/steps.c index 933d823..0357e69 100644 --- a/src/steps.c +++ b/src/steps.c @@ -1494,8 +1494,7 @@ prepare_step(Step *step, SolveOptions *opts) if (step->final && opts->can_niss) { opts->can_niss = false; - fprintf(stderr, "Step if final, niss not used" - "(-n ignored)\n"); + fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); } for (i = 0; i < step->ntables; i++) -- cgit v1.3