fix misleading indentation
Mostly to shut up the compiler, but some real bugs hidden in there.
This commit is contained in:
@@ -736,7 +736,8 @@ int Putc(
|
||||
case '\\':
|
||||
*pc++ = '\\';
|
||||
}
|
||||
for (j = 0; j < i; ++j) *pc++ = argBuf[j]; i = 0;
|
||||
for (j = 0; j < i; ++j) *pc++ = argBuf[j];
|
||||
i = 0;
|
||||
*pc++ = '"';
|
||||
*pc++ = 0;
|
||||
tcl_enc = Tcl_GetEncoding(NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user