diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-12-02 13:42:29 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-12-02 13:42:29 (GMT) |
commit | 7c347e6d0f77ec044024a1e53e89eef9a6ab6532 (patch) | |
tree | 49c4c9b4409fc033804d54871d5cf9d6a92acc7c /win/tkWinTest.c | |
parent | c5af5228d2839046d741f2c0e7832a5f34e045b7 (diff) | |
download | tk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.zip tk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.tar.gz tk-7c347e6d0f77ec044024a1e53e89eef9a6ab6532.tar.bz2 |
More fixes (mostly getting rid of excess spaces)
Diffstat (limited to 'win/tkWinTest.c')
-rw-r--r-- | win/tkWinTest.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWinTest.c b/win/tkWinTest.c index 600f490..958ac6d 100644 --- a/win/tkWinTest.c +++ b/win/tkWinTest.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinTest.c,v 1.9 2005/12/02 00:19:04 dkf Exp $ + * RCS: @(#) $Id: tkWinTest.c,v 1.10 2005/12/02 13:42:29 dkf Exp $ */ #include "tkWinInt.h" @@ -56,7 +56,7 @@ TkplatformtestInit( Tcl_CreateObjCommand(interp, "testclipboard", TestclipboardObjCmd, (ClientData) Tk_MainWindow(interp), NULL); Tcl_CreateCommand(interp, "testwinevent", TestwineventCmd, - (ClientData) Tk_MainWindow(interp), NULL); + (ClientData) Tk_MainWindow(interp), NULL); return TCL_OK; } @@ -138,7 +138,7 @@ AppendSystemError( } sprintf(id, "%ld", error); - Tcl_SetErrorCode(interp, "WINDOWS", id, msg, (char *) NULL); + Tcl_SetErrorCode(interp, "WINDOWS", id, msg, NULL); Tcl_AppendToObj(resultPtr, msg, length); if (length != 0) { |