diff options
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 7efaf80..a6e8dfd 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -4007,7 +4007,7 @@ MODULE_SCOPE void TclDbInitNewObj(Tcl_Obj *objPtr, const char *file, #define TclUtfToUCS4(src, ucs4Ptr) \ (((UCHAR(*(src))) < 0x80) ? \ ((*(ucs4Ptr) = UCHAR(*(src))), 1) \ - : TclpUtfToUCS4(src, ucs4Ptr)) + : TclpUtfToUCS4(src, ucs4Ptr)) /* *---------------------------------------------------------------- |
