Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb/bfd fix lint errors.
details: https://anonhg.NetBSD.org/src/rev/87a0023d983e
branches: trunk
changeset: 550669:87a0023d983e
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 16 21:56:23 2003 +0000
description:
fix lint errors.
diffstat:
gnu/dist/gdb/bfd/targets.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 4a2bb652f07c -r 87a0023d983e gnu/dist/gdb/bfd/targets.c
--- a/gnu/dist/gdb/bfd/targets.c Sat Aug 16 21:53:58 2003 +0000
+++ b/gnu/dist/gdb/bfd/targets.c Sat Aug 16 21:56:23 2003 +0000
@@ -1142,7 +1142,6 @@
while (match->vector == NULL)
++match;
return match->vector;
- break;
}
}
@@ -1293,7 +1292,7 @@
const bfd_target *
bfd_search_for_target (search_func, data)
- int (* search_func) PARAMS ((const bfd_target * target, void * data));
+ int (* search_func) PARAMS ((const bfd_target *, void *));
void * data;
{
const bfd_target * const * target;
Home |
Main Index |
Thread Index |
Old Index