diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-15 04:44:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-15 04:44:02 (GMT) |
commit | 1a210f05394db2584eec1ab5277ffaedc82ca559 (patch) | |
tree | 93d2dad80d6465b82cae708ec3b6f3a3d923aceb /generic/tkTextDisp.c | |
parent | 11b4b98d1b57a31250dac923d121d85b7bf15048 (diff) | |
download | tk-1a210f05394db2584eec1ab5277ffaedc82ca559.zip tk-1a210f05394db2584eec1ab5277ffaedc82ca559.tar.gz tk-1a210f05394db2584eec1ab5277ffaedc82ca559.tar.bz2 |
removed stray character
Diffstat (limited to 'generic/tkTextDisp.c')
-rw-r--r-- | generic/tkTextDisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextDisp.c b/generic/tkTextDisp.c index ac1d8d2..71dd997 100644 --- a/generic/tkTextDisp.c +++ b/generic/tkTextDisp.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTextDisp.c,v 1.11 2002/04/23 00:20:35 hobbs Exp $ + * RCS: @(#) $Id: tkTextDisp.c,v 1.12 2002/06/15 04:44:02 dgp Exp $ */ #include "tkPort.h" @@ -4411,7 +4411,7 @@ ElideMeasureProc(chunkPtr, x) * * This procedure is the "layoutProc" for character segments. * -n * Results: + * Results: * If there is something to display for the chunk then a * non-zero value is returned and the fields of chunkPtr * will be filled in (see the declaration of TkTextDispChunk |