This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] * gdb-dlfcn.c (gdb_dlopen) [__MINGW32__]: Add missing comma in FormatMessage call, without which it does not compile.


---
 gdb/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a363cc5..67c234d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-24  Samuel Bronson  <naesten@gmail.com>
+
+	* gdb-dlfcn.c (gdb_dlopen) [__MINGW32__]: Add missing comma in
+	FormatMessage call, without which it does not compile.
+
 2011-11-24  Tristan Gingold  <gingold@adacore.com>
 
 	* machoread.c (oso_el): Remove num_Sections, symbols, offsets
-- 
1.7.7.1.msysgit.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]