diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-09-30 20:04:21 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-09-30 20:04:21 +0000 |
commit | c843b1bbc1010727f8482bb524df0fca46917ea9 (patch) | |
tree | 6eaf4d444f7fa018b40a31d707b49551d0988177 /binutils/windres.c | |
parent | b898a385044f46a5fe98f8455cf1798a575c9097 (diff) | |
download | ppe42-binutils-c843b1bbc1010727f8482bb524df0fca46917ea9.tar.gz ppe42-binutils-c843b1bbc1010727f8482bb524df0fca46917ea9.zip |
* dlltool.c (main): Fix typo.
* windres.c (main): Likewise.
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index c0f1b8cb73..5f5836ca84 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -767,7 +767,7 @@ main (int argc, char **argv) program_name = argv[0]; xmalloc_set_program_name (program_name); - expandargv (&ac, &av); + expandargv (&argc, &argv); bfd_init (); set_default_bfd_target (); |