aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
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 */