diff options
author | ddoarn <[email protected]> | 2022-02-10 16:49:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:53 +0300 |
commit | 3bf10d3f40b502d181ef52f5c4602c98cb135360 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/folder/fts.cpp | |
parent | 0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/folder/fts.cpp')
-rw-r--r-- | util/folder/fts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/fts.cpp b/util/folder/fts.cpp index 9f18f8bd14c..0e6a6f86eb9 100644 --- a/util/folder/fts.cpp +++ b/util/folder/fts.cpp @@ -161,7 +161,7 @@ dird get_dird(char* path) { WCHAR* ret = _wfullpath(0, buf, 0); free(buf); - return ret; + return ret; } #endif // ndef _win_ |