aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-04 23:15:02 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-04 23:15:02 +0000
commit5594d534a24ff0e48806803376209d4b27ec8351 (patch)
tree27b7836ec8a38f69e68e3c864df90f364208160a /gdb/coffread.c
parentb1847ba9e7da744bb3695f9611dad4119cc7991e (diff)
downloadfsf-binutils-gdb-5594d534a24ff0e48806803376209d4b27ec8351.zip
fsf-binutils-gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.gz
fsf-binutils-gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.bz2
Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index 7ebd3657..4601e2d 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -1358,7 +1358,7 @@ enter_linenos (file_offset, first_line, last_line)
if (file_offset < linetab_offset)
{
- complain (lineno_complaint, file_offset);
+ complain (&lineno_complaint, file_offset);
if (file_offset > linetab_size) /* Too big to be an offset? */
return;
file_offset += linetab_offset; /* Try reading at that linetab offset */