* tracepoint.c (memrange_cmp): Fixed typo in function intro.

This commit is contained in:
Tom Tromey 1998-04-29 01:44:40 +00:00
parent 9d45df1b8c
commit 94415c7e2e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com>
* tracepoint.c (memrange_cmp): Fixed typo in function intro.
Tue Apr 28 17:41:20 1998 Philippe De Muyter <phdm@macqel.be>
* symfile.c (overlay_auto_command): Add forgotten parameter definitions.

View File

@ -1086,7 +1086,7 @@ parse_and_eval_memrange (arg, addr, typecode, offset, size)
/* compare memranges for qsort */
static int
memrange_cmp (voidpa, voidpbb)
memrange_cmp (voidpa, voidpb)
void *voidpa, *voidpb;
{
struct memrange *a, *b;