* gpgkeys_curl.c: Fix typo.

This commit is contained in:
David Shaw 2005-01-18 14:43:14 +00:00
parent 02a85a958c
commit 115ebcfcf8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-18 David Shaw <dshaw@grover.jabberwocky.com>
* gpgkeys_curl.c: Fix typo.
2005-01-18 Werner Koch <wk@g10code.com>
* gpgkeys_curl.c: s/MAX_PATH/URLMAX_PATH/g to avoid a clash with

View File

@ -40,7 +40,7 @@ static char auth[MAX_AUTH+1];
static char host[MAX_HOST+1];
static char port[MAX_PORT+1];
static char path[URLMAX_PATH+1];
static char proxy[MAX_PROXY+1;
static char proxy[MAX_PROXY+1];
static FILE *input, *output, *console;
static CURL *curl;
static char request[MAX_URL];