summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tkObj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkObj.c b/generic/tkObj.c
index 11af4fa..b96ee75 100644
--- a/generic/tkObj.c
+++ b/generic/tkObj.c
@@ -613,7 +613,7 @@ Tk_GetMMFromObj(
double d;
MMRep *mmPtr;
static const double bias[] = {
- 10.0, 25.4, 1.0, 0.35278 /*25.4 / 72.0*/
+ 10.0, 25.4, 1.0, 0.352777777777777777 /*25.4 / 72.0*/
};
if (objPtr->typePtr != &mmObjType.objType) {