diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-22 15:49:59 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-22 15:49:59 +0100 |
| commit | 68f985857041fb0ae17f663adce7b7ca26dce5f8 (patch) | |
| tree | a39ee58ce3441f65d0789fcdca89b4c8044145e6 /src/steps.c | |
| parent | 6c562ab57b17259cb538f6295a123c02bcd7d082 (diff) | |
| download | nissy-68f985857041fb0ae17f663adce7b7ca26dce5f8.tar.gz nissy-68f985857041fb0ae17f663adce7b7ca26dce5f8.zip | |
fixed typo
Diffstat (limited to '')
| -rw-r--r-- | src/steps.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
| 1494 | 1494 | ||
| 1495 | if (step->final && opts->can_niss) { | 1495 | if (step->final && opts->can_niss) { |
| 1496 | opts->can_niss = false; | 1496 | opts->can_niss = false; |
| 1497 | fprintf(stderr, "Step if final, niss not used" | 1497 | fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); |
| 1498 | "(-n ignored)\n"); | ||
| 1499 | } | 1498 | } |
| 1500 | 1499 | ||
| 1501 | for (i = 0; i < step->ntables; i++) | 1500 | for (i = 0; i < step->ntables; i++) |
