X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fmailinfo.c;h=2320d981ceab220e287e42c21f3c9f3be5b3722f;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=4a9729b9b388a1e589e9250d8157e723c68140de;hpb=443f26cbcac66368eb0ec8a8a250bf5815ad0a10;p=git.git diff --git a/builtin/mailinfo.c b/builtin/mailinfo.c index 4a9729b9b..2320d981c 100644 --- a/builtin/mailinfo.c +++ b/builtin/mailinfo.c @@ -17,10 +17,10 @@ static struct strbuf name = STRBUF_INIT; static struct strbuf email = STRBUF_INIT; static enum { - TE_DONTCARE, TE_QP, TE_BASE64, + TE_DONTCARE, TE_QP, TE_BASE64 } transfer_encoding; static enum { - TYPE_TEXT, TYPE_OTHER, + TYPE_TEXT, TYPE_OTHER } message_type; static struct strbuf charset = STRBUF_INIT;