diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
commit | ae22ee577e1296427b927dda75f49560f6256c60 (patch) | |
tree | 41badbabc8140d865699b5f639cd4c53edbe3851 /win/tclWinConsole.c | |
parent | a72c1f969cba896ca61001393f0f7b74fb52e194 (diff) | |
parent | a9b046b5bd7c666a406a17cbb0d86a2842091bac (diff) | |
download | tcl-ae22ee577e1296427b927dda75f49560f6256c60.zip tcl-ae22ee577e1296427b927dda75f49560f6256c60.tar.gz tcl-ae22ee577e1296427b927dda75f49560f6256c60.tar.bz2 |
Few more spacing/formatting tweaks
Diffstat (limited to 'win/tclWinConsole.c')
-rw-r--r-- | win/tclWinConsole.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c index c77d97f..4ee8033 100644 --- a/win/tclWinConsole.c +++ b/win/tclWinConsole.c @@ -2303,7 +2303,7 @@ ConsoleSetOptionProc( "bad mode \"%s\" for -inputmode: must be" " normal, password, raw, or reset", value)); Tcl_SetErrorCode(interp, "TCL", "OPERATION", "FCONFIGURE", - "VALUE", (void *)NULL); + "VALUE", (char *)NULL); } return TCL_ERROR; } |