summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvArc.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-11-19 14:48:00 (GMT)
committernijtmans <nijtmans@noemail.net>2010-11-19 14:48:00 (GMT)
commit5ede8aa20b71bf4e15381cc6da8cc96bf72a49dc (patch)
tree9eaa4d7cdfd27dba8884de695e4d76cc5c242381 /generic/tkCanvArc.c
parentafc12934c20061e6c46735ad00296e7026c98a8d (diff)
downloadtk-5ede8aa20b71bf4e15381cc6da8cc96bf72a49dc.zip
tk-5ede8aa20b71bf4e15381cc6da8cc96bf72a49dc.tar.gz
tk-5ede8aa20b71bf4e15381cc6da8cc96bf72a49dc.tar.bz2
Revise Tcl_Panic() calls ending with a newline removing the newline, because Tcl_Panic() outputs a final newline already
FossilOrigin-Name: 870897bc1502c066afe8990a9381898f9e804d32
Diffstat (limited to 'generic/tkCanvArc.c')
-rw-r--r--generic/tkCanvArc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvArc.c b/generic/tkCanvArc.c
index 22ab653..f0c4de2 100644
--- a/generic/tkCanvArc.c
+++ b/generic/tkCanvArc.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: tkCanvArc.c,v 1.23 2010/06/15 11:16:03 nijtmans Exp $
+ * RCS: @(#) $Id: tkCanvArc.c,v 1.24 2010/11/19 14:48:00 nijtmans Exp $
*/
#include "tkInt.h"
@@ -269,7 +269,7 @@ CreateArc(
int i;
if (objc == 0) {
- Tcl_Panic("canvas did not pass any coords\n");
+ Tcl_Panic("canvas did not pass any coords");
}
/*