summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/truerendercontrol.cc')
-rw-r--r--otk/truerendercontrol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc
index 47c97aa1..1d5b8dc4 100644
--- a/otk/truerendercontrol.cc
+++ b/otk/truerendercontrol.cc
@@ -56,7 +56,7 @@ TrueRenderControl::~TrueRenderControl()
void TrueRenderControl::reduceDepth(Surface &sf, XImage *im) const
{
-// since pixel32 is the largest possible pixel size, we can share the array
+ // since pixel32 is the largest possible pixel size, we can share the array
int r, g, b;
int x,y;
pixel32 *data = sf.pixelData();