diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
commit | 5594d534a24ff0e48806803376209d4b27ec8351 (patch) | |
tree | 27b7836ec8a38f69e68e3c864df90f364208160a /gdb/coffread.c | |
parent | b1847ba9e7da744bb3695f9611dad4119cc7991e (diff) | |
download | ppe42-binutils-5594d534a24ff0e48806803376209d4b27ec8351.tar.gz ppe42-binutils-5594d534a24ff0e48806803376209d4b27ec8351.zip |
Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index 7ebd3657cc..4601e2d25e 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 */ |