diff options
-rw-r--r-- | xstdcmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ doIndividualColormaps(void) if (!status) break; } - XFree((char *) vinfo); + XFree(vinfo); return status; } |
index : app/xstdcmap | ||
X standard colormap utility |
summaryrefslogtreecommitdiff |
-rw-r--r-- | xstdcmap.c | 2 |
@@ -326,7 +326,7 @@ doIndividualColormaps(void) if (!status) break; } - XFree((char *) vinfo); + XFree(vinfo); return status; } |