aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c2
1 files changed, 1 insertions, 1 deletions
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;
}