Missing newline

This commit is contained in:
Gus Smith 2026-02-06 17:45:00 -08:00
parent f062a0c8d6
commit 2bb352a861
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ ezSATvec ezSAT::vec(const std::vector<int> &vec)
void ezSAT::printDIMACS(FILE *f, bool verbose, const std::vector<std::vector<int>> &extraClauses) const
{
if (cnfConsumed) {
fprintf(stderr, "Usage error: printDIMACS() must not be called after cnfConsumed()!");
fprintf(stderr, "Usage error: printDIMACS() must not be called after cnfConsumed()!\n");
abort();
}