summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2003-09-08 20:12:07 (GMT)
committerdavygrvy <davygrvy@noemail.net>2003-09-08 20:12:07 (GMT)
commit1a79dba4ba666202085463d4cfc04e15e2aa219e (patch)
treea37df56a4cbdc48d9d66bc39a52f14c10a2e5306 /win
parent74b30aae49c799f7836b5d49d7e3aa0e9c896757 (diff)
downloadtcl-1a79dba4ba666202085463d4cfc04e15e2aa219e.zip
tcl-1a79dba4ba666202085463d4cfc04e15e2aa219e.tar.gz
tcl-1a79dba4ba666202085463d4cfc04e15e2aa219e.tar.bz2
format last change for 74 characters per line
FossilOrigin-Name: 3ae1927bea5f3ffaa3691b0de4ac75eb937c627b
Diffstat (limited to 'win')
-rw-r--r--win/tclWinLoad.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c
index a57223e..0bd0fca 100644
--- a/win/tclWinLoad.c
+++ b/win/tclWinLoad.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinLoad.c,v 1.16 2003/09/08 20:03:13 davygrvy Exp $
+ * RCS: @(#) $Id: tclWinLoad.c,v 1.17 2003/09/08 20:12:07 davygrvy Exp $
*/
#include "tclWinInt.h"
@@ -104,7 +104,9 @@ TclpDlopen(interp, pathPtr, loadHandle, unloadProcPtr)
(char *) NULL);
break;
case ERROR_PROC_NOT_FOUND:
- Tcl_AppendResult(interp, "A function specified in the import table could not be resolved by the system. Windows is not telling which one, I'm sorry.",
+ Tcl_AppendResult(interp, "A function specified in the import",
+ " table could not be resolved by the system. Windows",
+ " is not telling which one, I'm sorry.",
(char *) NULL);
break;
case ERROR_INVALID_DLL: