diff options
Diffstat (limited to 'gdbsupport/gdb-dlfcn.cc')
-rw-r--r-- | gdbsupport/gdb-dlfcn.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdbsupport/gdb-dlfcn.cc b/gdbsupport/gdb-dlfcn.cc index 1a755bd..50ba437 100644 --- a/gdbsupport/gdb-dlfcn.cc +++ b/gdbsupport/gdb-dlfcn.cc @@ -79,10 +79,10 @@ gdb_dlopen (const char *filename) dw = GetLastError(); FormatMessage (FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | - FORMAT_MESSAGE_IGNORE_INSERTS, - NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), - (LPTSTR) &buffer, - 0, NULL); + FORMAT_MESSAGE_IGNORE_INSERTS, + NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), + (LPTSTR) &buffer, + 0, NULL); error (_("Could not load %s: %s"), filename, (char *) buffer); } |