summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-11-09 14:47:48 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-11-09 14:47:48 (GMT)
commit167c8ef54e27e04346e18429ebc4688b954bf3ee (patch)
treecd9c4adeded23734ee341d73fda59a402e7c476e /xlib/xgc.c
parente1bfe977169f9b112ee0a0093eafa78f788629b5 (diff)
downloadtk-167c8ef54e27e04346e18429ebc4688b954bf3ee.zip
tk-167c8ef54e27e04346e18429ebc4688b954bf3ee.tar.gz
tk-167c8ef54e27e04346e18429ebc4688b954bf3ee.tar.bz2
Correct one name replacement that accidentally was omitted.
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;
}