diff options
author | nijtmans <nijtmans> | 2010-11-19 14:48:00 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-11-19 14:48:00 (GMT) |
commit | 92c03979f6743ffce1d4b3ce95309dd43e6aed91 (patch) | |
tree | 9eaa4d7cdfd27dba8884de695e4d76cc5c242381 /generic/tkImgPhInstance.c | |
parent | c5351831b1c0464bc8b3f2cba1189b71200e7c9c (diff) | |
download | tk-92c03979f6743ffce1d4b3ce95309dd43e6aed91.zip tk-92c03979f6743ffce1d4b3ce95309dd43e6aed91.tar.gz tk-92c03979f6743ffce1d4b3ce95309dd43e6aed91.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/tkImgPhInstance.c')
-rw-r--r-- | generic/tkImgPhInstance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkImgPhInstance.c b/generic/tkImgPhInstance.c index 816169e..df33769 100644 --- a/generic/tkImgPhInstance.c +++ b/generic/tkImgPhInstance.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhInstance.c,v 1.3 2009/06/30 00:56:29 das Exp $ + * RCS: @(#) $Id: tkImgPhInstance.c,v 1.4 2010/11/19 14:48:00 nijtmans Exp $ */ #include "tkImgPhoto.h" @@ -761,7 +761,7 @@ TkImgPhotoInstanceSetSize( (masterPtr->height > 0) ? masterPtr->height: 1, instancePtr->visualInfo.depth); if (!newPixmap) { - Tcl_Panic("Fail to create pixmap with Tk_GetPixmap in TkImgPhotoInstanceSetSize.\n"); + Tcl_Panic("Fail to create pixmap with Tk_GetPixmap in TkImgPhotoInstanceSetSize"); } /* |