1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* 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

@ -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];