From 3e504ae5f37f4648f6a32b8d02f893928a78f6eb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 13 Feb 2003 05:18:41 +0000 Subject: [PATCH] rm a stupid bb format --- otk/rendercolor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2