diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 09:25:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 09:25:51 (GMT) |
| commit | 96dd069f9fc0b4e987db3a0ee7dde49edd93d3af (patch) | |
| tree | 6d6df6037727c460a921918e2c1f7c8d56ef61a4 /unix/tclUnixFile.c | |
| parent | 5c6b7dbf18cbb7a2ecb9a064790d175411e9b066 (diff) | |
| parent | d064b77a41441825f6578546de36e0122cd344d0 (diff) | |
| download | tcl-96dd069f9fc0b4e987db3a0ee7dde49edd93d3af.zip tcl-96dd069f9fc0b4e987db3a0ee7dde49edd93d3af.tar.gz tcl-96dd069f9fc0b4e987db3a0ee7dde49edd93d3af.tar.bz2 | |
Merge trunk
Diffstat (limited to 'unix/tclUnixFile.c')
| -rw-r--r-- | unix/tclUnixFile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/tclUnixFile.c b/unix/tclUnixFile.c index 93f6aa8..e91ed41 100644 --- a/unix/tclUnixFile.c +++ b/unix/tclUnixFile.c @@ -13,8 +13,9 @@ #include "tclInt.h" #include "tclFileSystem.h" -static int NativeMatchType(Tcl_Interp *interp, const char* nativeEntry, - const char* nativeName, Tcl_GlobTypeData *types); +static int NativeMatchType(Tcl_Interp *interp, + const char* nativeEntry, const char* nativeName, + Tcl_GlobTypeData *types); /* *--------------------------------------------------------------------------- |
