summaryrefslogtreecommitdiff
path: root/inc/request_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/request_context.h')
-rw-r--r--inc/request_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/request_context.h b/inc/request_context.h
index 1aa940b..8074c50 100644
--- a/inc/request_context.h
+++ b/inc/request_context.h
@@ -31,9 +31,9 @@
struct S3RequestContext
{
- CURLM *curlm;
+ CURLM *curlm;
- struct Request *requests;
+ struct Request *requests;
};