aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 10b36b9f4..8af81392e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2851,7 +2851,7 @@ int my_trace(CURL *handle, curl_infotype type,
"*", "<", ">"
};
size_t i;
- int st=0;
+ size_t st=0;
static bool newl = FALSE;
switch(type) {