aboutsummaryrefslogtreecommitdiffstats
path: root/utils/sofa-info.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-22 13:14:11 -0800
committerChris Robinson <[email protected]>2019-01-22 13:17:21 -0800
commit5c0dcd1f24a85798ded45abb97bdd80a9d93a8b6 (patch)
tree5593a7a95f559c05528601f858b4aaaefdfe9d23 /utils/sofa-info.cpp
parentecafa19bcfc2a4d27183b40066de163cb97dbdbf (diff)
Fix building makehrtf and sofa-info on Windows
Diffstat (limited to 'utils/sofa-info.cpp')
-rw-r--r--utils/sofa-info.cpp2
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);