From fe02aea6bc0d6f5241e2904fa0e98c91f0c3e6b8 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Thu, 8 Jan 2004 21:43:39 +0000 Subject: [PATCH] 2004-01-08 Michael Chastain * gdb.mi/pthreads.c (done_making_threads): Remove extraneous semicolon after end of function. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.mi/pthreads.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b8ce75d4d1..352e5f2f1e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-08 Michael Chastain + + * gdb.mi/pthreads.c (done_making_threads): Remove extraneous + semicolon after end of function. + 2004-01-07 Michael Chastain * gdb.cp/bs15503.cc: Include , not . diff --git a/gdb/testsuite/gdb.mi/pthreads.c b/gdb/testsuite/gdb.mi/pthreads.c index b73b0236c9..0d8f1b616f 100644 --- a/gdb/testsuite/gdb.mi/pthreads.c +++ b/gdb/testsuite/gdb.mi/pthreads.c @@ -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) -- 2.11.0