diff options
author | Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> | 2012-05-25 19:51:05 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-05-26 23:11:58 +0200 |
commit | 69271537031e83c7a96a4221a3a551c0fe7c6075 (patch) | |
tree | dc1a615f71b630e4521a4eeda7a0a2c71979e138 /src | |
parent | 6a655ca192b65702f6c28b33e606fd4d6aec723f (diff) |
Format GETOUT_METALINK nicely
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_sdecls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h index b0d2afdc1..7b1297588 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h @@ -101,7 +101,7 @@ struct getout { #define GETOUT_USEREMOTE (1<<2) /* use remote file name locally */ #define GETOUT_UPLOAD (1<<3) /* if set, -T has been used */ #define GETOUT_NOUPLOAD (1<<4) /* if set, -T "" has been used */ -#define GETOUT_METALINK (1<<5) /* set when Metalink download */ +#define GETOUT_METALINK (1<<5) /* set when Metalink download */ /* * 'trace' enumeration represents curl's output look'n feel possibilities. |