summaryrefslogtreecommitdiffstats
path: root/win/tkWinDraw.c
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-12-02 13:42:29 (GMT)
committerdkf <dkf@noemail.net>2005-12-02 13:42:29 (GMT)
commitea246e2a0f2970f4afb85df27b3b1588a572525d (patch)
tree49c4c9b4409fc033804d54871d5cf9d6a92acc7c /win/tkWinDraw.c
parentc848b991486bc6bd39674b9f8ee0b94fc8cad048 (diff)
downloadtk-ea246e2a0f2970f4afb85df27b3b1588a572525d.zip
tk-ea246e2a0f2970f4afb85df27b3b1588a572525d.tar.gz
tk-ea246e2a0f2970f4afb85df27b3b1588a572525d.tar.bz2
More fixes (mostly getting rid of excess spaces)
FossilOrigin-Name: 36165453405bcc416b1b70c6014274fb196f9fa4
Diffstat (limited to 'win/tkWinDraw.c')
-rw-r--r--win/tkWinDraw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDraw.c b/win/tkWinDraw.c
index cf97f8f..d351a0f 100644
--- a/win/tkWinDraw.c
+++ b/win/tkWinDraw.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinDraw.c,v 1.16 2005/12/02 00:19:04 dkf Exp $
+ * RCS: @(#) $Id: tkWinDraw.c,v 1.17 2005/12/02 13:42:29 dkf Exp $
*/
#include "tkWinInt.h"
@@ -234,7 +234,7 @@ ConvertPoints(
RECT *bbox) /* Bounding box of points. */
{
ThreadSpecificData *tsdPtr = (ThreadSpecificData *)
- Tcl_GetThreadData(&dataKey, sizeof(ThreadSpecificData));
+ Tcl_GetThreadData(&dataKey, sizeof(ThreadSpecificData));
int i;
/*