diff options
author | Chris Robinson <[email protected]> | 2019-01-22 13:14:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-01-22 13:17:21 -0800 |
commit | 5c0dcd1f24a85798ded45abb97bdd80a9d93a8b6 (patch) | |
tree | 5593a7a95f559c05528601f858b4aaaefdfe9d23 /utils/sofa-info.cpp | |
parent | ecafa19bcfc2a4d27183b40066de163cb97dbdbf (diff) |
Fix building makehrtf and sofa-info on Windows
Diffstat (limited to 'utils/sofa-info.cpp')
-rw-r--r-- | utils/sofa-info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sofa-info.cpp b/utils/sofa-info.cpp index 51dd8b9e..e31ca654 100644 --- a/utils/sofa-info.cpp +++ b/utils/sofa-info.cpp @@ -366,7 +366,7 @@ static void SofaInfo(const char *filename) mysofa_free(sofa.hrtf); } -int main(const int argc, const char *argv[]) +int main(int argc, char *argv[]) { GET_UNICODE_ARGS(&argc, &argv); |