From 7db448ffbc8f56ff7e50d542ff112e61fa2f6d94 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 17 Feb 2010 15:40:54 +0000 Subject: missing comma --- generic/tclLiteral.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclLiteral.c b/generic/tclLiteral.c index cda9caf..05e1dba 100644 --- a/generic/tclLiteral.c +++ b/generic/tclLiteral.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclLiteral.c,v 1.38 2010/02/16 14:09:07 dkf Exp $ + * RCS: @(#) $Id: tclLiteral.c,v 1.39 2010/02/17 15:40:54 dgp Exp $ */ #include "tclInt.h" @@ -315,7 +315,7 @@ TclCreateLiteral( #ifdef TCL_COMPILE_DEBUG if (TclLookupLiteralEntry((Tcl_Interp *) iPtr, objPtr) != NULL) { Tcl_Panic("%s: literal \"%.*s\" found globally but shouldn't be", - "TclRegisterLiteral" (length>60? 60 : length), bytes); + "TclRegisterLiteral", (length>60? 60 : length), bytes); } #endif -- cgit v0.12