summaryrefslogtreecommitdiff
path: root/xserver/miext/rootless/rootlessGC.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/miext/rootless/rootlessGC.c')
-rw-r--r--xserver/miext/rootless/rootlessGC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/miext/rootless/rootlessGC.c b/xserver/miext/rootless/rootlessGC.c
index 0bd314d46..6af8d857f 100644
--- a/xserver/miext/rootless/rootlessGC.c
+++ b/xserver/miext/rootless/rootlessGC.c
@@ -1276,7 +1276,7 @@ static int RootlessPolyText8(DrawablePtr dst, GCPtr pGC,
GCOP_WRAP(pGC);
RL_DEBUG_MSG("polytext8 end\n");
- return (width + x);
+ return width + x;
}
static void RootlessImageText16(DrawablePtr dst, GCPtr pGC,