* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.

This commit is contained in:
David Shaw 2004-10-28 21:53:51 +00:00
parent 41f46fb062
commit deffa62e87
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-28 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
2004-10-28 Werner Koch <wk@g10code.com>
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by

View File

@ -132,7 +132,7 @@ connect_server (const char *server, unsigned short port)
}
if (hp->h_length != 4)
{
fprintf (console, "gpgkeys: illegal address length for`%s'\n",
fprintf (console, "gpgkeys: illegal address length for `%s'\n",
server);
return -1;
}