summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvText.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-03 15:37:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-03 15:37:02 (GMT)
commit291d618cfb6ad5e935244599abbf1bdb93a284fc (patch)
treef88fe7b03518fab1916b3d6afcd6c2f4e4f6397a /generic/tkCanvText.c
parent8b4ecc93591895810fb1546a33a8dbd0ac0ab131 (diff)
downloadtk-291d618cfb6ad5e935244599abbf1bdb93a284fc.zip
tk-291d618cfb6ad5e935244599abbf1bdb93a284fc.tar.gz
tk-291d618cfb6ad5e935244599abbf1bdb93a284fc.tar.bz2
typo
Diffstat (limited to 'generic/tkCanvText.c')
-rw-r--r--generic/tkCanvText.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvText.c b/generic/tkCanvText.c
index 3450633..21987f7 100644
--- a/generic/tkCanvText.c
+++ b/generic/tkCanvText.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCanvText.c,v 1.28 2008/10/03 13:13:31 dkf Exp $
+ * RCS: @(#) $Id: tkCanvText.c,v 1.29 2008/10/03 15:37:13 dkf Exp $
*/
#include <stdio.h>
@@ -1501,7 +1501,7 @@ TextToPostscript(
}
Tk_GetFontMetrics(textPtr->tkfont, &fm);
- sprintf(buffer. "] %d ", fm.linespace);
+ sprintf(buffer, "] %d ", fm.linespace);
Tcl_AppendResult(interp, buffer, NULL);
Tcl_PrintDouble(NULL, x / -2.0, buffer);
Tcl_AppendResult(interp, buffer, " ", NULL);