summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r--xlib/xgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index 56753c3..fd1083b 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -114,7 +114,7 @@ XCreateGC(
* initialization.
*/
- gp = (GC)ckalloc(sizeof(XGCValuesWithCache));
+ gp = (GC)ckalloc(sizeof(XGCValuesWithDash));
if (!gp) {
return NULL;
}