diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-01 19:44:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-01 19:44:45 (GMT) |
commit | 385daea219457a69f8004ca242fbecc99b113eff (patch) | |
tree | 416ae2d08863eefc0e3a757639c8c269c4945773 /generic/tkCanvas.c | |
parent | c9384d50543d655bf06156ca3c0ede9a86eeccee (diff) | |
download | tk-385daea219457a69f8004ca242fbecc99b113eff.zip tk-385daea219457a69f8004ca242fbecc99b113eff.tar.gz tk-385daea219457a69f8004ca242fbecc99b113eff.tar.bz2 |
silence compiler warning
Diffstat (limited to 'generic/tkCanvas.c')
-rw-r--r-- | generic/tkCanvas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvas.c b/generic/tkCanvas.c index 65f6816..876c545 100644 --- a/generic/tkCanvas.c +++ b/generic/tkCanvas.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvas.c,v 1.34 2005/02/07 10:33:09 dkf Exp $ + * RCS: @(#) $Id: tkCanvas.c,v 1.35 2005/06/01 19:44:45 dgp Exp $ */ /* #define USE_OLD_TAG_SEARCH 1 */ @@ -222,7 +222,7 @@ static Tk_ConfigSpec configSpecs[] = { static Tk_ItemType *typeList = NULL; /* NULL means initialization hasn't * been done yet. */ -TCL_DECLARE_MUTEX(typeListMutex); +TCL_DECLARE_MUTEX(typeListMutex) #ifndef USE_OLD_TAG_SEARCH /* |