summaryrefslogtreecommitdiffstats
path: root/generic/tkUtil.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-13 20:42:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-13 20:42:54 (GMT)
commit4557241d6c77454e3b74bff4343859949dbc7959 (patch)
tree03188811703502d1b289734d3552667166e1649d /generic/tkUtil.c
parentdfce4fc83d241943de682a09befb0413b089409b (diff)
downloadtk-4557241d6c77454e3b74bff4343859949dbc7959.zip
tk-4557241d6c77454e3b74bff4343859949dbc7959.tar.gz
tk-4557241d6c77454e3b74bff4343859949dbc7959.tar.bz2
Typo fix
Diffstat (limited to 'generic/tkUtil.c')
-rw-r--r--generic/tkUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkUtil.c b/generic/tkUtil.c
index f73a2dd..3af56e4 100644
--- a/generic/tkUtil.c
+++ b/generic/tkUtil.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: tkUtil.c,v 1.13 2005/11/13 00:45:47 dkf Exp $
+ * RCS: @(#) $Id: tkUtil.c,v 1.14 2005/11/13 20:42:54 dkf Exp $
*/
#include "tkInt.h"
@@ -781,7 +781,7 @@ TkComputeAnchor(
Tk_Window tkwin, /* Anchored with respect to this window. */
int padX, int padY, /* Use this extra padding inside window, in
* addition to the internal border. */
- int innerWidth, int innerHeight;
+ int innerWidth, int innerHeight,
/* Size of rectangle to anchor in window. */
int *xPtr, int *yPtr) /* Returns upper-left corner of anchored
* rectangle. */