diff options
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c index 11ca549..e76c1f8 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.c @@ -312,9 +312,7 @@ operating system to free the memory when the program exits. */ void -expandargv (argcp, argvp) - int *argcp; - char ***argvp; +expandargv (int *argcp, char ***argvp) { /* The argument we are currently processing. */ int i = 0; |