From 51155dc6918b6628c5b713ad80283790467e77b9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 28 Sep 2011 22:33:51 +0200 Subject: cosmetics diff --git a/tests/opencsgtest.cc b/tests/opencsgtest.cc index 59501a0..40db2ed 100644 --- a/tests/opencsgtest.cc +++ b/tests/opencsgtest.cc @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "Normalized CSG tree has %d elements\n", csgInfo.root_chain->polysets.size()); if (csgInfo.highlight_terms.size() > 0) { - cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; + cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; csgInfo.highlights_chain = new CSGChain(); for (unsigned int i = 0; i < csgInfo.highlight_terms.size(); i++) { -- cgit v0.10.1