diff options
Diffstat (limited to 'nx-X11/lib/X11/StCols.c')
-rw-r--r-- | nx-X11/lib/X11/StCols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/StCols.c b/nx-X11/lib/X11/StCols.c index 95fd6eeba..42a29cd7f 100644 --- a/nx-X11/lib/X11/StCols.c +++ b/nx-X11/lib/X11/StCols.c @@ -102,7 +102,7 @@ XcmsStoreColors( * Free copies as needed. */ if (nColors > 1) { - Xfree((char *)pColors_tmp); + Xfree(pColors_tmp); } /* |