summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkStubLib.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-19 14:29:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-19 14:29:21 (GMT)
commitcfbc3c771ffeb37035a441691dc40eceb3945542 (patch)
treedaae83e1d51561a9ab56cc3a68c739c22a01db07 /generic/ttk/ttkStubLib.c
parent20e20256fb9780f6ab3a1846344ce6605e9a85ae (diff)
downloadtk-cfbc3c771ffeb37035a441691dc40eceb3945542.zip
tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.gz
tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.bz2
Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unneccessary white-space.
Diffstat (limited to 'generic/ttk/ttkStubLib.c')
-rw-r--r--generic/ttk/ttkStubLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/ttk/ttkStubLib.c b/generic/ttk/ttkStubLib.c
index 2c07b9d..c17f1e9 100644
--- a/generic/ttk/ttkStubLib.c
+++ b/generic/ttk/ttkStubLib.c
@@ -67,7 +67,7 @@ error:
"Error loading ", packageName, " package",
" (requested version '", version,
"', loaded version '", actualVersion, "'): ",
- errMsg,
+ errMsg,
NULL);
return NULL;
}