diff options
author | nijtmans <nijtmans> | 2010-11-19 14:48:00 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-19 14:48:00 (GMT) |
commit | 78f82226700954ef02e7683cd95d5571e4e72b70 (patch) | |
tree | 9eaa4d7cdfd27dba8884de695e4d76cc5c242381 /generic/tkCanvWind.c | |
parent | 0dc4a9d146ba62e387a2bc22aa6b39a0bd7978fb (diff) | |
download | tk-78f82226700954ef02e7683cd95d5571e4e72b70.zip tk-78f82226700954ef02e7683cd95d5571e4e72b70.tar.gz tk-78f82226700954ef02e7683cd95d5571e4e72b70.tar.bz2 |
Revise Tcl_Panic() calls ending with a newline removing the newline, because Tcl_Panic() outputs a final newline already
Diffstat (limited to 'generic/tkCanvWind.c')
-rw-r--r-- | generic/tkCanvWind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvWind.c b/generic/tkCanvWind.c index c83860c..d11a001 100644 --- a/generic/tkCanvWind.c +++ b/generic/tkCanvWind.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: tkCanvWind.c,v 1.23 2010/06/15 11:16:03 nijtmans Exp $ + * RCS: @(#) $Id: tkCanvWind.c,v 1.24 2010/11/19 14:48:00 nijtmans Exp $ */ #include "tkInt.h" @@ -178,7 +178,7 @@ CreateWinItem( int i; if (objc == 0) { - Tcl_Panic("canvas did not pass any coords\n"); + Tcl_Panic("canvas did not pass any coords"); } /* |