Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-04-08 09:29:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-08 09:29:46 +0300
commit57468ae37ef98c7380edfbd97acb3bf6d626e4a7 (patch)
treec1a4b25f37ffec758d6914f94401244706221516 /source/blender/blenlib/BLI_path_util.h
parentb0d565e5b60c987b2e9aa6a438704a57e93412c3 (diff)
Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactor
Missed from d14e76806921f
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 2b88359861a..87f1ec5e4ff 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -109,7 +109,7 @@ bool BLI_path_is_unc(const char *path);
void BLI_path_to_display_name(char *display_name, int maxlen, const char *name) ATTR_NONNULL();
#if defined(WIN32)
-void BLI_cleanup_unc_16(wchar_t *path_16);
+void BLI_path_normalize_unc_16(wchar_t *path_16);
void BLI_path_normalize_unc(char *path_16, int maxlen);
#endif