aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/QuColors.c
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/src/QuColors.c')
-rw-r--r--libX11/src/QuColors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/QuColors.c b/libX11/src/QuColors.c
index af7102297..add2376bf 100644
--- a/libX11/src/QuColors.c
+++ b/libX11/src/QuColors.c
@@ -64,7 +64,7 @@ _XQueryColors(
def->blue = rgb->blue;
def->flags = DoRed | DoGreen | DoBlue;
}
- Xfree((char *)color);
+ Xfree(color);
}
else
_XEatDataWords(dpy, rep.length);