diff options
author | marc_culler <marc.culler@gmail.com> | 2020-11-09 14:47:48 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-11-09 14:47:48 (GMT) |
commit | 167c8ef54e27e04346e18429ebc4688b954bf3ee (patch) | |
tree | cd9c4adeded23734ee341d73fda59a402e7c476e | |
parent | e1bfe977169f9b112ee0a0093eafa78f788629b5 (diff) | |
download | tk-167c8ef54e27e04346e18429ebc4688b954bf3ee.zip tk-167c8ef54e27e04346e18429ebc4688b954bf3ee.tar.gz tk-167c8ef54e27e04346e18429ebc4688b954bf3ee.tar.bz2 |
Correct one name replacement that accidentally was omitted.
-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; } |