diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-12-02 13:42:29 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-12-02 13:42:29 (GMT) |
commit | 6d1159694eb1ff67d32aefe77f4e39fc74b4e08d (patch) | |
tree | 49c4c9b4409fc033804d54871d5cf9d6a92acc7c /win/tkWinScrlbr.c | |
parent | 7e8c3ce95ae65ab27ae615bd7b28b6e74f719a5a (diff) | |
download | tk-6d1159694eb1ff67d32aefe77f4e39fc74b4e08d.zip tk-6d1159694eb1ff67d32aefe77f4e39fc74b4e08d.tar.gz tk-6d1159694eb1ff67d32aefe77f4e39fc74b4e08d.tar.bz2 |
More fixes (mostly getting rid of excess spaces)
Diffstat (limited to 'win/tkWinScrlbr.c')
-rw-r--r-- | win/tkWinScrlbr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinScrlbr.c b/win/tkWinScrlbr.c index e76a299..742c941 100644 --- a/win/tkWinScrlbr.c +++ b/win/tkWinScrlbr.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinScrlbr.c,v 1.11 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: tkWinScrlbr.c,v 1.12 2005/12/02 13:42:29 dkf Exp $ */ #include "tkWinInt.h" @@ -116,7 +116,7 @@ TkpCreateScrollbar( TkWindow *winPtr = (TkWindow *)tkwin; if (!initialized) { - Tcl_MutexLock(&winScrlbrMutex); + Tcl_MutexLock(&winScrlbrMutex); UpdateScrollbarMetrics(); initialized = 1; Tcl_MutexUnlock(&winScrlbrMutex); |