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/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 8ee07537c..95b4f86ff 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -107,7 +107,7 @@ CURL *curl_easy_init(void) if(res != CURLE_OK) return NULL; - data->interface = CURLI_EASY; /* mark it as an easy one */ + data->interf = CURLI_EASY; /* mark it as an easy one */ return data; } -- cgit v1.2.3