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/dlltool.c | |
parent | b898a385044f46a5fe98f8455cf1798a575c9097 (diff) | |
download | binutils-gdb-c843b1bbc1010727f8482bb524df0fca46917ea9.tar.gz |
* dlltool.c (main): Fix typo.
* windres.c (main): Likewise.
Diffstat (limited to 'binutils/dlltool.c')
-rw-r--r-- | binutils/dlltool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dlltool.c b/binutils/dlltool.c index 6c86071af53..bcecc8acded 100644 --- a/binutils/dlltool.c +++ b/binutils/dlltool.c @@ -3124,7 +3124,7 @@ main (int ac, char **av) bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); - expandargv (&argc, &argv); + expandargv (&ac, &av); while ((c = getopt_long (ac, av, #ifdef DLLTOOL_MCORE_ELF |