diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 229eb8dc8..ee2803537 100644 --- a/src/main.c +++ b/src/main.c @@ -3482,7 +3482,7 @@ static void dumpeasycode(struct Configurable *config) } static int -operate(struct Configurable *config, int argc, char *argv[]) +operate(struct Configurable *config, int argc, argv_item_t argv[]) { char errorbuffer[CURL_ERROR_SIZE]; char useragent[128]; /* buah, we don't want a larger default user agent */ |