aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/QuColors.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/QuColors.c')
-rw-r--r--nx-X11/lib/X11/QuColors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/QuColors.c b/nx-X11/lib/X11/QuColors.c
index 13a63eb25..0b9bc508f 100644
--- a/nx-X11/lib/X11/QuColors.c
+++ b/nx-X11/lib/X11/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);