From c35238e0a3351db3ed20c5a218d42fe18630ffd4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 May 2000 17:18:55 +0000 Subject: =?UTF-8?q?J=F6rt=20Hartroth's=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index debaaa9b5..9960f6e70 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -306,7 +306,7 @@ typedef enum { struct UrlData { Handle handle; /* struct identifier */ - CurlInterface interface; + CurlInterface interf; /* created by WHAT interface? */ /*************** Global - specific items ************/ FILE *err; /* the stderr writes goes here */ -- cgit v1.2.3