From bd480920f3b4bdc659ce6ca20d6b75d08e27116e Mon Sep 17 00:00:00 2001 From: Jamie <146052250+jdennis9@users.noreply.github.com> Date: Thu, 15 May 2025 10:37:23 +1200 Subject: [PATCH] Formatting Co-authored-by: Urs Fleisch --- bindings/c/tag_c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/c/tag_c.cpp b/bindings/c/tag_c.cpp index c8550f3f..08be0864 100644 --- a/bindings/c/tag_c.cpp +++ b/bindings/c/tag_c.cpp @@ -150,7 +150,7 @@ TagLib_File *taglib_file_new(const char *filename) } #ifdef _WIN32 -TagLib_File *taglib_file_new_wchar(const wchar_t *filename) +TagLib_File *taglib_file_new_wchar(const wchar_t *filename) { return reinterpret_cast(new FileRef(filename)); }