summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--otk/rendercolor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/rendercolor.cc b/otk/rendercolor.cc
index c8a8c788..448b3e10 100644
--- a/otk/rendercolor.cc
+++ b/otk/rendercolor.cc
@@ -66,7 +66,7 @@ void RenderColor::create() const
xcol.blue = (_blue << 8) | _blue;
xcol.pixel = 0;
- if (! XAllocColor(**display, info->colormap(), &xcol)) {
+ if (!XAllocColor(**display, info->colormap(), &xcol)) {
fprintf(stderr, "RenderColor: color alloc error: rgb:%x/%x/%x\n",
_red, _green, _blue);
xcol.pixel = 0;