From: Tatsuhiro Tsujikawa Date: Fri, 25 May 2012 10:51:05 +0000 (+0900) Subject: Format GETOUT_METALINK nicely X-Git-Tag: curl-7_27_0~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69271537031e83c7a96a4221a3a551c0fe7c6075;p=curl Format GETOUT_METALINK nicely --- 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.