aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 17:18:55 +0000
commitc35238e0a3351db3ed20c5a218d42fe18630ffd4 (patch)
tree4dc674bddf1258468afac61ba886b076ac50f71e /lib/easy.c
parent39b1801c63a695c384d2f380586e1e84dd855a6d (diff)
Jört Hartroth's updates
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;
}