diff options
author | Michael Chastain <mec@google.com> | 2004-01-08 21:43:39 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-08 21:43:39 +0000 |
commit | 06ded8b85a04fdb98bf49264c9a2185772139fe8 (patch) | |
tree | 89bb7db23e90c397d1d6a9c4ddb3d75edc776e96 /gdb/testsuite/gdb.mi/pthreads.c | |
parent | 1e7fef1d44576ea9ca318fe51640dd92c7bbb928 (diff) | |
download | gdb-06ded8b85a04fdb98bf49264c9a2185772139fe8.zip gdb-06ded8b85a04fdb98bf49264c9a2185772139fe8.tar.gz gdb-06ded8b85a04fdb98bf49264c9a2185772139fe8.tar.bz2 |
2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
* gdb.mi/pthreads.c (done_making_threads): Remove extraneous
semicolon after end of function.
Diffstat (limited to 'gdb/testsuite/gdb.mi/pthreads.c')
-rw-r--r-- | gdb/testsuite/gdb.mi/pthreads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/pthreads.c b/gdb/testsuite/gdb.mi/pthreads.c index b73b023..0d8f1b6 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) |