*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdb-dlfcn.c
index 1caa9af64de04f9ebade4ce8a9701d3072bc30ce..9d68de526a1762010c6d8f2ff254ae600fcda6c7 100644 (file)
@@ -1,6 +1,6 @@
 /* Platform independent shared object routines for GDB.
 
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -90,7 +90,7 @@ gdb_dlopen (const char *filename)
     FormatMessage (FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |
                    FORMAT_MESSAGE_IGNORE_INSERTS,
                    NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
-                   (LPTSTR) &buffer
+                   (LPTSTR) &buffer,
                    0, NULL);
 
     error (_("Could not load %s: %s"), filename, (char *) buffer);
This page took 0.024099 seconds and 4 git commands to generate.