aboutsummaryrefslogtreecommitdiff
path: root/utils/midiplay/utf8main_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/midiplay/utf8main_win32.cpp')
-rw-r--r--utils/midiplay/utf8main_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/midiplay/utf8main_win32.cpp b/utils/midiplay/utf8main_win32.cpp
index 1159b97..131c848 100644
--- a/utils/midiplay/utf8main_win32.cpp
+++ b/utils/midiplay/utf8main_win32.cpp
@@ -41,7 +41,7 @@
# define _In_opt_
#endif
-extern int main(int argc, char *argv[]);
+extern int main(int argc, char **argv);
static void buildUtf8Args(std::vector<std::string> &utf8_args)
{