aboutsummaryrefslogtreecommitdiff
path: root/src/tool_writeenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_writeenv.c')
-rw-r--r--src/tool_writeenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_writeenv.c b/src/tool_writeenv.c
index 198847eef..0bc075aba 100644
--- a/src/tool_writeenv.c
+++ b/src/tool_writeenv.c
@@ -78,7 +78,7 @@ void ourWriteEnv(CURL *curl)
double doubleinfo;
for(i=0; variables[i].name; i++) {
- switch (variables[i].type) {
+ switch(variables[i].type) {
case writeenv_STRING:
if(curl_easy_getinfo(curl, variables[i].id, &string) == CURLE_OK)
internalSetEnv(variables[i].name, string);