diff options
Diffstat (limited to 'generic/tclEncoding.c')
| -rw-r--r-- | generic/tclEncoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index ab53e6d..9acedd5 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -2494,7 +2494,7 @@ UtfToUtfProc( assert(!PROFILE_STRICT(profile)); \ dst += Tcl_UniCharToUtf(high, dst); \ *statePtr = 0; /* Reset state */ \ - } while (0) + } while (0) /* * Macro to check for isolated surrogate and either break with |
