Remove unnecessary @w{} in gdb.texinfo
[deliverable/binutils-gdb.git] / gdb / gdb-dlfcn.c
index 1caa9af64de04f9ebade4ce8a9701d3072bc30ce..1a260d49b42877d76ec949be96fec6fe14a80fc1 100644 (file)
@@ -1,6 +1,6 @@
 /* Platform independent shared object routines for GDB.
 
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 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.023372 seconds and 4 git commands to generate.