diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
| commit | c3b2380c572856c444417e37c6e52e7b24cf433b (patch) | |
| tree | e6fdb6985952e104004323a8b1172733b8f33abf /win/tclWinFile.c | |
| parent | 8bc2c23bda9e73e39c63f404bf1da85c8071f669 (diff) | |
| download | tcl-c3b2380c572856c444417e37c6e52e7b24cf433b.zip tcl-c3b2380c572856c444417e37c6e52e7b24cf433b.tar.gz tcl-c3b2380c572856c444417e37c6e52e7b24cf433b.tar.bz2 | |
more spacing/formatting tweaks
Diffstat (limited to 'win/tclWinFile.c')
| -rw-r--r-- | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index fd28ca5..d572628 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -3092,7 +3092,7 @@ TclNativeCreateNativeRep( wp = nativePathPtr = (WCHAR *)Tcl_Alloc((len + 6) * sizeof(WCHAR)); if (nativePathPtr==0) { - goto done; + goto done; } MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, str, -1, nativePathPtr, len + 2); |
