diff --git a/src/ExactPredicates.hh b/src/ExactPredicates.hh index f702c4d0053ab81f1a34e6d360cfee0bb5b2c590..cad1756bfef602c5e656eece453e6ad6d33b4449 100644 --- a/src/ExactPredicates.hh +++ b/src/ExactPredicates.hh @@ -83,7 +83,7 @@ typedef enum { /// Maps an ::ORIENTATION to a string. Useful for debugging output. inline const char *Orientation2Str(ORIENTATION value) { - static const char *(strs[]) = { + static const char *strs[] = { "ORI_NEGATIVE", "ORI_ZERO", "ORI_POSITIVE" };