w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit c27a1b10caacccdd44499dfea489c89218ab1521
parent ffe6b7d07867f136535cff3f6b74a062e493cac1
Author: htrb <htrb>
Date:   Wed, 11 Aug 2010 09:31:33 +0000

* fix typo

Diffstat:
Mftp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftp.c b/ftp.c @@ -25,7 +25,7 @@ #include <winsock.h> #endif /* __MINGW32_VERSION */ -#ifdef HAVE_SOCKLEN_T +#ifndef HAVE_SOCKLEN_T typedef int socklen_t; #endif