diff options
author | dgp@users.sourceforge.net <dgp> | 2002-06-15 04:44:02 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-06-15 04:44:02 (GMT) |
commit | 9ac89c2fe45f12db7d12ad102cb4f14dadab3dc8 (patch) | |
tree | 93d2dad80d6465b82cae708ec3b6f3a3d923aceb | |
parent | f9abc9bf051bb372bb0cad3ab5194689d1675ac1 (diff) | |
download | tk-9ac89c2fe45f12db7d12ad102cb4f14dadab3dc8.zip tk-9ac89c2fe45f12db7d12ad102cb4f14dadab3dc8.tar.gz tk-9ac89c2fe45f12db7d12ad102cb4f14dadab3dc8.tar.bz2 |
removed 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 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 |