From 357a98f13e96ef395f01ba95aac94c7e3fbd5d6d Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 3 Oct 1993 23:36:06 +0000 Subject: [PATCH] Fix typo. From-SVN: r5570 --- gcc/collect2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/collect2.c b/gcc/collect2.c index 827f912152a..84c2e1827db 100644 --- a/gcc/collect2.c +++ b/gcc/collect2.c @@ -1739,7 +1739,7 @@ static void add_func_table PROTO((mo_header_t *, load_all_t *, static void print_header PROTO((mo_header_t *)); static void print_load_command PROTO((load_union_t*, size_t, int)); static void bad_header PROTO((int)); -static struct file_info *read_file PROTO((hcar *, int, int)); +static struct file_info *read_file PROTO((char *, int, int)); static void end_file PROTO((struct file_info *)); /* OSF/rose specific version to scan the name list of the loaded -- 2.30.2