Compare commits

..

No commits in common. "61d81b0abf796abc1b0ec4d9eefa232f7e34f771" and "b4519cc2cc4637066619310006645595f0646788" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
* @date 2024-07-06 * @date 2024-07-06
* *
* @copyright Vincent Burel(c)2015-2021 All Rights Reserved * @copyright Vincent Burel(c)2015-2021 All Rights Reserved
* https://github.com/vburel2018/Voicemeeter-SDK/blob/main/LICENSE * https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/LICENSE
* *
* Copyright (c) 2024 Onyx and Iris * Copyright (c) 2024
* https://github.com/onyx-and-iris/vmrcli/blob/main/LICENSE * https://github.com/onyx-and-iris/vmrcli/blob/main/LICENSE
*/ */

View File

@ -32,7 +32,7 @@ void remove_name_in_path(char *szPath)
} }
/** /**
* @brief Replaces multiple spaces and tabs with single spaces * @brief Replaces multiple newlines and tabs with single spaces
* *
* @param s The string to be reduced * @param s The string to be reduced
* @param len Current length of the string * @param len Current length of the string