diff options
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r-- | xlib/xgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ XCreateGC( * initialization. */ - gp = (GC)ckalloc(sizeof(XGCValuesWithCache)); + gp = (GC)ckalloc(sizeof(XGCValuesWithDash)); if (!gp) { return NULL; } |