diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-05 13:10:11 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-05 13:10:11 (GMT) |
| commit | 11b6f21176cba94c19eed9eb519155ba7de004d3 (patch) | |
| tree | da9fe86d2c5f774d274fa0c462e5c949861e564e /generic/tclScan.c | |
| parent | ca3ac898ea7724652c49e3cb7f57fcf974b22a16 (diff) | |
| download | tcl-11b6f21176cba94c19eed9eb519155ba7de004d3.zip tcl-11b6f21176cba94c19eed9eb519155ba7de004d3.tar.gz tcl-11b6f21176cba94c19eed9eb519155ba7de004d3.tar.bz2 | |
More of the same: Space before tab is an extremely unlikely to be correct indentation pattern.
Diffstat (limited to 'generic/tclScan.c')
| -rw-r--r-- | generic/tclScan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclScan.c b/generic/tclScan.c index 9a9e773..4ffe177 100644 --- a/generic/tclScan.c +++ b/generic/tclScan.c @@ -368,7 +368,7 @@ ValidateFormat( ull, (Tcl_Size)TCL_SIZE_MAX-1)); Tcl_SetErrorCode( - interp, "TCL", "FORMAT", "WIDTHLIMIT", (void *)NULL); + interp, "TCL", "FORMAT", "WIDTHLIMIT", (char *)NULL); goto error; } flags |= SCAN_WIDTH; |
