diff options
author | dgp <dgp@users.sourceforge.net> | 2002-06-15 03:02:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-06-15 03:02:09 (GMT) |
commit | 2cceb59cf410911a885c2fbd24bad4b3b54c0542 (patch) | |
tree | eb6054b4e31f09ab9295e99f98e5907209f483ea | |
parent | d1480c5e168a45665718e934a92a915a8b88d682 (diff) | |
download | tk-2cceb59cf410911a885c2fbd24bad4b3b54c0542.zip tk-2cceb59cf410911a885c2fbd24bad4b3b54c0542.tar.gz tk-2cceb59cf410911a885c2fbd24bad4b3b54c0542.tar.bz2 |
deleted stray character
-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 e0d1d57..86e91ac 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.9 2000/01/06 02:18:59 hobbs Exp $ + * RCS: @(#) $Id: tkTextDisp.c,v 1.9.2.1 2002/06/15 03:02:09 dgp Exp $ */ #include "tkPort.h" @@ -4380,7 +4380,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 |