2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 8 Jan 2004 21:43:39 +0000 (21:43 +0000)
committerMichael Chastain <mec@google.com>
Thu, 8 Jan 2004 21:43:39 +0000 (21:43 +0000)
* gdb.mi/pthreads.c (done_making_threads): Remove extraneous
semicolon after end of function.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/pthreads.c

index b8ce75d..352e5f2 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
+       semicolon after end of function.
+
 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
index b73b023..0d8f1b6 100644 (file)
@@ -1,5 +1,5 @@
 /* Pthreads test program.
-   Copyright 1996, 2002, 2003
+   Copyright 1996, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
    Written by Keith Seitz of Red Hat.
@@ -58,7 +58,7 @@ void
 done_making_threads (void)
 {
   /* Nothing */
-};
+}
 
 void
 create_thread (void)