aboutsummaryrefslogtreecommitdiffhomepage
path: root/midimonster.c
diff options
context:
space:
mode:
Diffstat (limited to 'midimonster.c')
-rw-r--r--midimonster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/midimonster.c b/midimonster.c
index afb6a2b..1691671 100644
--- a/midimonster.c
+++ b/midimonster.c
@@ -409,7 +409,7 @@ static int core_loop(){
#ifndef _WIN32
fprintf(stderr, "select failed: %s\n", strerror(errno));
#else
- FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
+ FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
NULL, WSAGetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &error_message, 0, NULL);
fprintf(stderr, "select failed: %s\n", error_message);
LocalFree(error_message);